Html Css Color HEX #B2DCCC Cruise

📋 copy color: '#B2DCCC'

red 178 ◦ green 220 ◦ blue 204

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

Shades of Cruise #B2DCCC

Tints of Cruise #B2DCCC

RGB

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

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

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

R = 29.57%
G = 36.54%
B = 33.89%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#B2DCCC (or 0xB2DCCC) is known color: Cruise. HEX triplet: B2, DC and CC. RGB value is (178,220,204). Sum of RGB (Red+Green+Blue) = 178+220+204=602 (79% of max value = 765). Red value is 178 (69.92% from 255 or 29.57% from 602); Green value is 220 (86.33% from 255 or 36.54% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DCCC is #4D2333. Grayscale: #CDCDCD. Windows color (decimal): -5055284 or 13425842. OLE color: 13425842.

HSL color Cylindrical-coordinate representation of color #B2DCCC: hue angle of 157.14º degrees, saturation: 0.38, 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 #B2DCCC is Cyan = 0.19, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 178 220 204 -
CMYK 0.19 0 0.07 0.14
HSL 157.14º 0.38% 0.78% -
HSV(B) 157.14º 0.19% 0.86% -
XYZ 54.85 65.01 66.78 -
YUV 205.62 127.09 108.3 -
System Red Green Blue C M Y K H S L
Decimal 178 220 204 0.19 0 0.07 0.14 157.14 0.38 0.78
Hex B2 DC CC 13 0 7 E 9D 26 4E
Octal 262 334 314 23 0 7 16 235 46 116
Binary 10110010 11011100 11001100 10011 0 111 1110 10011101 100110 1001110

Color Harmonies of #B2DCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DCCC

Black with #B2DCCC

Text Example


Text Example

White with #B2DCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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