Html Css Color HEX #B2DBCF Cruise

📋 copy color: '#B2DBCF'

red 178 ◦ green 219 ◦ blue 207

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

Shades of Cruise #B2DBCF

Tints of Cruise #B2DBCF

RGB

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

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

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

R = 29.47%
G = 36.26%
B = 34.27%

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

#B2DBCF (or 0xB2DBCF) is known color: Cruise. HEX triplet: B2, DB and CF. RGB value is (178,219,207). Sum of RGB (Red+Green+Blue) = 178+219+207=604 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.47% from 604); Green value is 219 (85.94% from 255 or 36.26% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 219 - color contains mainly: green. Hex color #B2DBCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DBCF is #4D2430. Grayscale: #CDCDCD. Windows color (decimal): -5055537 or 13622194. OLE color: 13622194.

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

Color convert

RGB 178 219 207 -
CMYK 0.19 0 0.05 0.14
HSL 162.44º 0.36% 0.78% -
HSV(B) 162.44º 0.19% 0.86% -
XYZ 54.95 64.63 68.61 -
YUV 205.37 128.92 108.48 -
System Red Green Blue C M Y K H S L
Decimal 178 219 207 0.19 0 0.05 0.14 162.44 0.36 0.78
Hex B2 DB CF 13 0 5 E A2 24 4E
Octal 262 333 317 23 0 5 16 242 44 116
Binary 10110010 11011011 11001111 10011 0 101 1110 10100010 100100 1001110

Color Harmonies of #B2DBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DBCF

Black with #B2DBCF

Text Example


Text Example

White with #B2DBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DBCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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