Html Css Color HEX #B1DDCD Cruise

📋 copy color: '#B1DDCD'

red 177 ◦ green 221 ◦ blue 205

#B1DDCD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cruise #B1DDCD

Tints of Cruise #B1DDCD

RGB

 RED value IS 177 (69.53% from 255) = 29.35%

 GREEN value IS 221 (86.72% from 255) = 36.65%

 BLUE value IS 205 (80.47% from 255) = 34%

R = 29.35%
G = 36.65%
B = 34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B1DDCD (or 0xB1DDCD) is known color: Cruise. HEX triplet: B1, DD and CD. RGB value is (177,221,205). Sum of RGB (Red+Green+Blue) = 177+221+205=603 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.35% from 603); Green value is 221 (86.72% from 255 or 36.65% from 603); Blue value is 205 (80.47% from 255 or 34.00% from 603); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DDCD is #4E2232. Grayscale: #CECECE. Windows color (decimal): -5120563 or 13491633. OLE color: 13491633.

HSL color Cylindrical-coordinate representation of color #B1DDCD: hue angle of 158.18º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B1DDCD is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 221 205 -
CMYK 0.20 0 0.07 0.13
HSL 158.18º 0.39% 0.78% -
HSV(B) 158.18º 0.2% 0.87% -
XYZ 55.01 65.47 67.49 -
YUV 206.02 127.42 107.3 -
System Red Green Blue C M Y K H S L
Decimal 177 221 205 0.20 0 0.07 0.13 158.18 0.39 0.78
Hex B1 DD CD 14 0 7 D 9E 27 4E
Octal 261 335 315 24 0 7 15 236 47 116
Binary 10110001 11011101 11001101 10100 0 111 1101 10011110 100111 1001110

Color Harmonies of #B1DDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DDCD

Black with #B1DDCD

Text Example


Text Example

White with #B1DDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DDCD; }

 p { color: rgb(177,221,205); }

 H1.HeaderClassName
 {
   color: #B1DDCD;
 }
 .AnyTagClassName
 {
   color: #B1DDCD;
 }
</style>

background-color css

<style>
 a { background-color: #B1DDCD; }

 a { background-color: rgb(177,221,205); }

 div.DivClassName
 {
   background-color: #B1DDCD;
 }
 .BgClassName
 {
   background-color: #B1DDCD;
 }
</style>

border-color css

<style>
 span { border-color: #B1DDCD; }

 span { border-color: rgb(177,221,205); }

 td.TdClassName
 {
   border-color: #B1DDCD;
 }
 .TagClassName
 {
   border-color: #B1DDCD;
 }
</style>