Html Css Color HEX #B0DFD2 Cruise

📋 copy color: '#B0DFD2'

red 176 ◦ green 223 ◦ blue 210

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

Shades of Cruise #B0DFD2

Tints of Cruise #B0DFD2

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.62%

 BLUE value IS 210 (82.42% from 255) = 34.48%

R = 28.9%
G = 36.62%
B = 34.48%

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

#B0DFD2 (or 0xB0DFD2) is known color: Cruise. HEX triplet: B0, DF and D2. RGB value is (176,223,210). Sum of RGB (Red+Green+Blue) = 176+223+210=609 (80% of max value = 765). Red value is 176 (69.14% from 255 or 28.90% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 210 (82.42% from 255 or 34.48% from 609); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DFD2 is #4F202D. Grayscale: #CFCFCF. Windows color (decimal): -5185582 or 13819824. OLE color: 13819824.

HSL color Cylindrical-coordinate representation of color #B0DFD2: hue angle of 163.4º degrees, saturation: 0.42, 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 #B0DFD2 is Cyan = 0.21, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.

Color convert

RGB 176 223 210 -
CMYK 0.21 0 0.06 0.13
HSL 163.4º 0.42% 0.78% -
HSV(B) 163.4º 0.21% 0.87% -
XYZ 55.93 66.66 70.89 -
YUV 207.47 129.43 105.56 -
System Red Green Blue C M Y K H S L
Decimal 176 223 210 0.21 0 0.06 0.13 163.4 0.42 0.78
Hex B0 DF D2 15 0 6 D A3 2A 4E
Octal 260 337 322 25 0 6 15 243 52 116
Binary 10110000 11011111 11010010 10101 0 110 1101 10100011 101010 1001110

Color Harmonies of #B0DFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DFD2

Black with #B0DFD2

Text Example


Text Example

White with #B0DFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DFD2; }

 p { color: rgb(176,223,210); }

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

background-color css

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

 a { background-color: rgb(176,223,210); }

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

border-color css

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

 span { border-color: rgb(176,223,210); }

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