Html Css Color HEX #B0DED0 Cruise

📋 copy color: '#B0DED0'

red 176 ◦ green 222 ◦ blue 208

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

Shades of Cruise #B0DED0

Tints of Cruise #B0DED0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.63%

 BLUE value IS 208 (81.64% from 255) = 34.32%

R = 29.04%
G = 36.63%
B = 34.32%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#B0DED0 (or 0xB0DED0) is known color: Cruise. HEX triplet: B0, DE and D0. RGB value is (176,222,208). Sum of RGB (Red+Green+Blue) = 176+222+208=606 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.04% from 606); Green value is 222 (87.11% from 255 or 36.63% from 606); Blue value is 208 (81.64% from 255 or 34.32% from 606); Max value from RGB is 222 - color contains mainly: green. Hex color #B0DED0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DED0 is #4F212F. Grayscale: #CECECE. Windows color (decimal): -5185840 or 13688496. OLE color: 13688496.

HSL color Cylindrical-coordinate representation of color #B0DED0: hue angle of 161.74º degrees, saturation: 0.41, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B0DED0 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 222 208 -
CMYK 0.21 0 0.06 0.13
HSL 161.74º 0.41% 0.78% -
HSV(B) 161.74º 0.21% 0.87% -
XYZ 55.41 66.03 69.5 -
YUV 206.65 128.76 106.14 -
System Red Green Blue C M Y K H S L
Decimal 176 222 208 0.21 0 0.06 0.13 161.74 0.41 0.78
Hex B0 DE D0 15 0 6 D A2 29 4E
Octal 260 336 320 25 0 6 15 242 51 116
Binary 10110000 11011110 11010000 10101 0 110 1101 10100010 101001 1001110

Color Harmonies of #B0DED0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DED0

Black with #B0DED0

Text Example


Text Example

White with #B0DED0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DED0; }

 p { color: rgb(176,222,208); }

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

background-color css

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

 a { background-color: rgb(176,222,208); }

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

border-color css

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

 span { border-color: rgb(176,222,208); }

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