Html Css Color HEX #B2DACC Cruise

📋 copy color: '#B2DACC'

red 178 ◦ green 218 ◦ blue 204

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

Shades of Cruise #B2DACC

Tints of Cruise #B2DACC

RGB

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

 GREEN value IS 218 (85.55% from 255) = 36.33%

 BLUE value IS 204 (80.08% from 255) = 34%

R = 29.67%
G = 36.33%
B = 34%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#B2DACC (or 0xB2DACC) is known color: Cruise. HEX triplet: B2, DA and CC. RGB value is (178,218,204). Sum of RGB (Red+Green+Blue) = 178+218+204=600 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.67% from 600); Green value is 218 (85.55% from 255 or 36.33% from 600); Blue value is 204 (80.08% from 255 or 34% from 600); Max value from RGB is 218 - color contains mainly: green. Hex color #B2DACC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DACC is #4D2533. Grayscale: #CCCCCC. Windows color (decimal): -5055796 or 13425330. OLE color: 13425330.

HSL color Cylindrical-coordinate representation of color #B2DACC: hue angle of 159º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B2DACC is Cyan = 0.18, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 178 218 204 -
CMYK 0.18 0 0.06 0.15
HSL 159º 0.35% 0.78% -
HSV(B) 159º 0.18% 0.85% -
XYZ 54.33 63.97 66.61 -
YUV 204.44 127.75 109.14 -
System Red Green Blue C M Y K H S L
Decimal 178 218 204 0.18 0 0.06 0.15 159 0.35 0.78
Hex B2 DA CC 12 0 6 F 9F 23 4E
Octal 262 332 314 22 0 6 17 237 43 116
Binary 10110010 11011010 11001100 10010 0 110 1111 10011111 100011 1001110

Color Harmonies of #B2DACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DACC

Black with #B2DACC

Text Example


Text Example

White with #B2DACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DACC; }

 p { color: rgb(178,218,204); }

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

background-color css

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

 a { background-color: rgb(178,218,204); }

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

border-color css

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

 span { border-color: rgb(178,218,204); }

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