Html Css Color HEX #B2EBD7 Cruise

📋 copy color: '#B2EBD7'

red 178 ◦ green 235 ◦ blue 215

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

Shades of Cruise #B2EBD7

Tints of Cruise #B2EBD7

RGB

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

 GREEN value IS 235 (92.19% from 255) = 37.42%

 BLUE value IS 215 (84.38% from 255) = 34.24%

R = 28.34%
G = 37.42%
B = 34.24%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#B2EBD7 (or 0xB2EBD7) is known color: Cruise. HEX triplet: B2, EB and D7. RGB value is (178,235,215). Sum of RGB (Red+Green+Blue) = 178+235+215=628 (83% of max value = 765). Red value is 178 (69.92% from 255 or 28.34% from 628); Green value is 235 (92.19% from 255 or 37.42% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 235 - color contains mainly: green. Hex color #B2EBD7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #B2EBD7 is #4D1428. Grayscale: #D7D7D7. Windows color (decimal): -5051433 or 14150578. OLE color: 14150578.

HSL color Cylindrical-coordinate representation of color #B2EBD7: hue angle of 158.95º degrees, saturation: 0.59, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B2EBD7 is Cyan = 0.24, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 178 235 215 -
CMYK 0.24 0 0.09 0.08
HSL 158.95º 0.59% 0.81% -
HSV(B) 158.95º 0.24% 0.92% -
XYZ 60.33 73.79 75.35 -
YUV 215.68 127.62 101.13 -
System Red Green Blue C M Y K H S L
Decimal 178 235 215 0.24 0 0.09 0.08 158.95 0.59 0.81
Hex B2 EB D7 18 0 9 8 9F 3B 51
Octal 262 353 327 30 0 11 10 237 73 121
Binary 10110010 11101011 11010111 11000 0 1001 1000 10011111 111011 1010001

Color Harmonies of #B2EBD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2EBD7

Black with #B2EBD7

Text Example


Text Example

White with #B2EBD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2EBD7; }

 p { color: rgb(178,235,215); }

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

background-color css

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

 a { background-color: rgb(178,235,215); }

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

border-color css

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

 span { border-color: rgb(178,235,215); }

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