Html Css Color HEX #B0DCD0 Cruise

📋 copy color: '#B0DCD0'

red 176 ◦ green 220 ◦ blue 208

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

Shades of Cruise #B0DCD0

Tints of Cruise #B0DCD0

RGB

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

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

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

R = 29.14%
G = 36.42%
B = 34.44%

CMYK

 C value IS 0.2

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#B0DCD0 (or 0xB0DCD0) is known color: Cruise. HEX triplet: B0, DC and D0. RGB value is (176,220,208). Sum of RGB (Red+Green+Blue) = 176+220+208=604 (80% of max value = 765). Red value is 176 (69.14% from 255 or 29.14% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 208 (81.64% from 255 or 34.44% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #B0DCD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0DCD0 is #4F232F. Grayscale: #CDCDCD. Windows color (decimal): -5186352 or 13687984. OLE color: 13687984.

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

Color convert

RGB 176 220 208 -
CMYK 0.2 0 0.05 0.14
HSL 163.64º 0.39% 0.78% -
HSV(B) 163.64º 0.2% 0.86% -
XYZ 54.88 64.97 69.32 -
YUV 205.48 129.42 106.98 -
System Red Green Blue C M Y K H S L
Decimal 176 220 208 0.2 0 0.05 0.14 163.64 0.39 0.78
Hex B0 DC D0 14 0 5 E A4 27 4E
Octal 260 334 320 24 0 5 16 244 47 116
Binary 10110000 11011100 11010000 10100 0 101 1110 10100100 100111 1001110

Color Harmonies of #B0DCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0DCD0

Black with #B0DCD0

Text Example


Text Example

White with #B0DCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0DCD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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