Html Css Color HEX #B2DCCF Cruise

📋 copy color: '#B2DCCF'

red 178 ◦ green 220 ◦ blue 207

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

Shades of Cruise #B2DCCF

Tints of Cruise #B2DCCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 34.21%

R = 29.42%
G = 36.36%
B = 34.21%

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

#B2DCCF (or 0xB2DCCF) is known color: Cruise. HEX triplet: B2, DC and CF. RGB value is (178,220,207). Sum of RGB (Red+Green+Blue) = 178+220+207=605 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.42% from 605); Green value is 220 (86.33% from 255 or 36.36% from 605); Blue value is 207 (81.25% from 255 or 34.21% from 605); Max value from RGB is 220 - color contains mainly: green. Hex color #B2DCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DCCF is #4D2330. Grayscale: #CDCDCD. Windows color (decimal): -5055281 or 13622450. OLE color: 13622450.

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

Color convert

RGB 178 220 207 -
CMYK 0.19 0 0.06 0.14
HSL 161.43º 0.38% 0.78% -
HSV(B) 161.43º 0.19% 0.86% -
XYZ 55.22 65.16 68.7 -
YUV 205.96 128.59 108.06 -
System Red Green Blue C M Y K H S L
Decimal 178 220 207 0.19 0 0.06 0.14 161.43 0.38 0.78
Hex B2 DC CF 13 0 6 E A1 26 4E
Octal 262 334 317 23 0 6 16 241 46 116
Binary 10110010 11011100 11001111 10011 0 110 1110 10100001 100110 1001110

Color Harmonies of #B2DCCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DCCF

Black with #B2DCCF

Text Example


Text Example

White with #B2DCCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DCCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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