Html Css Color HEX #B2DECF Cruise

📋 copy color: '#B2DECF'

red 178 ◦ green 222 ◦ blue 207

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

Shades of Cruise #B2DECF

Tints of Cruise #B2DECF

RGB

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

 GREEN value IS 222 (87.11% from 255) = 36.57%

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

R = 29.32%
G = 36.57%
B = 34.1%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#B2DECF (or 0xB2DECF) is known color: Cruise. HEX triplet: B2, DE and CF. RGB value is (178,222,207). Sum of RGB (Red+Green+Blue) = 178+222+207=607 (80% of max value = 765). Red value is 178 (69.92% from 255 or 29.32% from 607); Green value is 222 (87.11% from 255 or 36.57% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 222 - color contains mainly: green. Hex color #B2DECF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2DECF is #4D2130. Grayscale: #CFCFCF. Windows color (decimal): -5054769 or 13622962. OLE color: 13622962.

HSL color Cylindrical-coordinate representation of color #B2DECF: hue angle of 159.55º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B2DECF is Cyan = 0.20, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 178 222 207 -
CMYK 0.20 0 0.07 0.13
HSL 159.55º 0.4% 0.78% -
HSV(B) 159.55º 0.2% 0.87% -
XYZ 55.74 66.21 68.87 -
YUV 207.13 127.92 107.22 -
System Red Green Blue C M Y K H S L
Decimal 178 222 207 0.20 0 0.07 0.13 159.55 0.4 0.78
Hex B2 DE CF 14 0 7 D A0 28 4E
Octal 262 336 317 24 0 7 15 240 50 116
Binary 10110010 11011110 11001111 10100 0 111 1101 10100000 101000 1001110

Color Harmonies of #B2DECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2DECF

Black with #B2DECF

Text Example


Text Example

White with #B2DECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2DECF; }

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

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

background-color css

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

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

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

border-color css

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

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

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