Html Css Color HEX #B2DCCE Cruise

📋 copy color: '#B2DCCE'

red 178 ◦ green 220 ◦ blue 206

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

Shades of Cruise #B2DCCE

Tints of Cruise #B2DCCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.11%

R = 29.47%
G = 36.42%
B = 34.11%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#B2DCCE (or 0xB2DCCE) is known color: Cruise. HEX triplet: B2, DC and CE. RGB value is (178,220,206). Sum of RGB (Red+Green+Blue) = 178+220+206=604 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.47% from 604); Green value is 220 (86.33% from 255 or 36.42% from 604); Blue value is 206 (80.86% from 255 or 34.11% from 604); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DCCE is #4D2331. Grayscale: #CDCDCD. Windows color (decimal): -5055282 or 13556914. OLE color: 13556914.

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

Color convert

RGB 178 220 206 -
CMYK 0.19 0 0.06 0.14
HSL 160º 0.38% 0.78% -
HSV(B) 160º 0.19% 0.86% -
XYZ 55.09 65.11 68.06 -
YUV 205.85 128.09 108.14 -
System Red Green Blue C M Y K H S L
Decimal 178 220 206 0.19 0 0.06 0.14 160 0.38 0.78
Hex B2 DC CE 13 0 6 E A0 26 4E
Octal 262 334 316 23 0 6 16 240 46 116
Binary 10110010 11011100 11001110 10011 0 110 1110 10100000 100110 1001110

Color Harmonies of #B2DCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DCCE

Black with #B2DCCE

Text Example


Text Example

White with #B2DCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DCCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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