Html Css Color HEX #B0DCCB Cruise

📋 copy color: '#B0DCCB'

red 176 ◦ green 220 ◦ blue 203

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

Shades of Cruise #B0DCCB

Tints of Cruise #B0DCCB

RGB

 RED value IS 176 (69.14% from 255) = 29.38%

 GREEN value IS 220 (86.33% from 255) = 36.73%

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

R = 29.38%
G = 36.73%
B = 33.89%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.08

 K value IS 0.14

RGB Variations

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

Color information

#B0DCCB (or 0xB0DCCB) is known color: Cruise. HEX triplet: B0, DC and CB. RGB value is (176,220,203). Sum of RGB (Red+Green+Blue) = 176+220+203=599 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.38% from 599); Green value is 220 (86.33% from 255 or 36.73% from 599); Blue value is 203 (79.69% from 255 or 33.89% from 599); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCCB is #4F2334. Grayscale: #CCCCCC. Windows color (decimal): -5186357 or 13360304. OLE color: 13360304.

HSL color Cylindrical-coordinate representation of color #B0DCCB: hue angle of 156.82º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0DCCB is Cyan = 0.2, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 220 203 -
CMYK 0.2 0 0.08 0.14
HSL 156.82º 0.39% 0.78% -
HSV(B) 156.82º 0.2% 0.86% -
XYZ 54.28 64.73 66.13 -
YUV 204.91 126.92 107.38 -
System Red Green Blue C M Y K H S L
Decimal 176 220 203 0.2 0 0.08 0.14 156.82 0.39 0.78
Hex B0 DC CB 14 0 8 E 9D 27 4E
Octal 260 334 313 24 0 10 16 235 47 116
Binary 10110000 11011100 11001011 10100 0 1000 1110 10011101 100111 1001110

Color Harmonies of #B0DCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DCCB

Black with #B0DCCB

Text Example


Text Example

White with #B0DCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DCCB; }

 p { color: rgb(176,220,203); }

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

background-color css

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

 a { background-color: rgb(176,220,203); }

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

border-color css

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

 span { border-color: rgb(176,220,203); }

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