Html Css Color HEX #B1DDCB Cruise

📋 copy color: '#B1DDCB'

red 177 ◦ green 221 ◦ blue 203

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

Shades of Cruise #B1DDCB

Tints of Cruise #B1DDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 33.78%

R = 29.45%
G = 36.77%
B = 33.78%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#B1DDCB (or 0xB1DDCB) is known color: Cruise. HEX triplet: B1, DD and CB. RGB value is (177,221,203). Sum of RGB (Red+Green+Blue) = 177+221+203=601 (79% of max value = 765). Red value is 177 (69.53% from 255 or 29.45% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 203 (79.69% from 255 or 33.78% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #B1DDCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B1DDCB is #4E2234. Grayscale: #CDCDCD. Windows color (decimal): -5120565 or 13360561. OLE color: 13360561.

HSL color Cylindrical-coordinate representation of color #B1DDCB: hue angle of 155.45º 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 #B1DDCB is Cyan = 0.20, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.

Color convert

RGB 177 221 203 -
CMYK 0.20 0 0.08 0.13
HSL 155.45º 0.39% 0.78% -
HSV(B) 155.45º 0.2% 0.87% -
XYZ 54.77 65.37 66.23 -
YUV 205.79 126.42 107.46 -
System Red Green Blue C M Y K H S L
Decimal 177 221 203 0.20 0 0.08 0.13 155.45 0.39 0.78
Hex B1 DD CB 14 0 8 D 9B 27 4E
Octal 261 335 313 24 0 10 15 233 47 116
Binary 10110001 11011101 11001011 10100 0 1000 1101 10011011 100111 1001110

Color Harmonies of #B1DDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1DDCB

Black with #B1DDCB

Text Example


Text Example

White with #B1DDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1DDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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