Html Css Color HEX #B2DBD0 Cruise

📋 copy color: '#B2DBD0'

red 178 ◦ green 219 ◦ blue 208

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

Shades of Cruise #B2DBD0

Tints of Cruise #B2DBD0

RGB

 RED value IS 178 (69.92% from 255) = 29.42%

 GREEN value IS 219 (85.94% from 255) = 36.2%

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

R = 29.42%
G = 36.2%
B = 34.38%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.14

RGB Variations

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

Color information

#B2DBD0 (or 0xB2DBD0) is known color: Cruise. HEX triplet: B2, DB and D0. RGB value is (178,219,208). Sum of RGB (Red+Green+Blue) = 178+219+208=605 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.42% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 208 (81.64% from 255 or 34.38% from 605); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DBD0 is #4D242F. Grayscale: #CDCDCD. Windows color (decimal): -5055536 or 13687730. OLE color: 13687730.

HSL color Cylindrical-coordinate representation of color #B2DBD0: hue angle of 163.9º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B2DBD0 is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 219 208 -
CMYK 0.19 0 0.05 0.14
HSL 163.9º 0.36% 0.78% -
HSV(B) 163.9º 0.19% 0.86% -
XYZ 55.08 64.68 69.26 -
YUV 205.49 129.42 108.39 -
System Red Green Blue C M Y K H S L
Decimal 178 219 208 0.19 0 0.05 0.14 163.9 0.36 0.78
Hex B2 DB D0 13 0 5 E A4 24 4E
Octal 262 333 320 23 0 5 16 244 44 116
Binary 10110010 11011011 11010000 10011 0 101 1110 10100100 100100 1001110

Color Harmonies of #B2DBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DBD0

Black with #B2DBD0

Text Example


Text Example

White with #B2DBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DBD0; }

 p { color: rgb(178,219,208); }

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

background-color css

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

 a { background-color: rgb(178,219,208); }

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

border-color css

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

 span { border-color: rgb(178,219,208); }

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