Html Css Color HEX #B0DCCE Cruise

📋 copy color: '#B0DCCE'

red 176 ◦ green 220 ◦ blue 206

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

Shades of Cruise #B0DCCE

Tints of Cruise #B0DCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.22%

R = 29.24%
G = 36.54%
B = 34.22%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#B0DCCE (or 0xB0DCCE) is known color: Cruise. HEX triplet: B0, DC and CE. RGB value is (176,220,206). Sum of RGB (Red+Green+Blue) = 176+220+206=602 (79% of max value = 765). Red value is 176 (69.14% from 255 or 29.24% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 206 (80.86% from 255 or 34.22% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCCE is #4F2331. Grayscale: #CDCDCD. Windows color (decimal): -5186354 or 13556912. OLE color: 13556912.

HSL color Cylindrical-coordinate representation of color #B0DCCE: hue angle of 160.91º 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 #B0DCCE is Cyan = 0.2, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 176 220 206 -
CMYK 0.2 0 0.06 0.14
HSL 160.91º 0.39% 0.78% -
HSV(B) 160.91º 0.2% 0.86% -
XYZ 54.64 64.87 68.03 -
YUV 205.25 128.42 107.14 -
System Red Green Blue C M Y K H S L
Decimal 176 220 206 0.2 0 0.06 0.14 160.91 0.39 0.78
Hex B0 DC CE 14 0 6 E A1 27 4E
Octal 260 334 316 24 0 6 16 241 47 116
Binary 10110000 11011100 11001110 10100 0 110 1110 10100001 100111 1001110

Color Harmonies of #B0DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DCCE

Black with #B0DCCE

Text Example


Text Example

White with #B0DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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