Html Css Color HEX #B0DFD0 Cruise

📋 copy color: '#B0DFD0'

red 176 ◦ green 223 ◦ blue 208

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

Shades of Cruise #B0DFD0

Tints of Cruise #B0DFD0

RGB

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

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

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

R = 29%
G = 36.74%
B = 34.27%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#B0DFD0 (or 0xB0DFD0) is known color: Cruise. HEX triplet: B0, DF and D0. RGB value is (176,223,208). Sum of RGB (Red+Green+Blue) = 176+223+208=607 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.00% from 607); Green value is 223 (87.5% from 255 or 36.74% from 607); Blue value is 208 (81.64% from 255 or 34.27% from 607); Max value from RGB is 223 - color contains mainly: green. Hex color #B0DFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DFD0 is #4F202F. Grayscale: #CFCFCF. Windows color (decimal): -5185584 or 13688752. OLE color: 13688752.

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

Color convert

RGB 176 223 208 -
CMYK 0.21 0 0.07 0.13
HSL 160.85º 0.42% 0.78% -
HSV(B) 160.85º 0.21% 0.87% -
XYZ 55.68 66.56 69.59 -
YUV 207.24 128.43 105.72 -
System Red Green Blue C M Y K H S L
Decimal 176 223 208 0.21 0 0.07 0.13 160.85 0.42 0.78
Hex B0 DF D0 15 0 7 D A1 2A 4E
Octal 260 337 320 25 0 7 15 241 52 116
Binary 10110000 11011111 11010000 10101 0 111 1101 10100001 101010 1001110

Color Harmonies of #B0DFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DFD0

Black with #B0DFD0

Text Example


Text Example

White with #B0DFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DFD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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