Html Css Color HEX #B8E5D7 Cruise

📋 copy color: '#B8E5D7'

red 184 ◦ green 229 ◦ blue 215

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

Shades of Cruise #B8E5D7

Tints of Cruise #B8E5D7

RGB

 RED value IS 184 (72.27% from 255) = 29.3%

 GREEN value IS 229 (89.84% from 255) = 36.46%

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

R = 29.3%
G = 36.46%
B = 34.24%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#B8E5D7 (or 0xB8E5D7) is known color: Cruise. HEX triplet: B8, E5 and D7. RGB value is (184,229,215). Sum of RGB (Red+Green+Blue) = 184+229+215=628 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.30% from 628); Green value is 229 (89.84% from 255 or 36.46% from 628); Blue value is 215 (84.38% from 255 or 34.24% from 628); Max value from RGB is 229 - color contains mainly: green. Hex color #B8E5D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8E5D7 is #471A28. Grayscale: #D5D5D5. Windows color (decimal): -4659753 or 14149048. OLE color: 14149048.

HSL color Cylindrical-coordinate representation of color #B8E5D7: hue angle of 161.33º degrees, saturation: 0.46, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8E5D7 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 184 229 215 -
CMYK 0.20 0 0.06 0.10
HSL 161.33º 0.46% 0.81% -
HSV(B) 161.33º 0.2% 0.9% -
XYZ 60.05 71.14 74.86 -
YUV 213.95 128.59 106.64 -
System Red Green Blue C M Y K H S L
Decimal 184 229 215 0.20 0 0.06 0.10 161.33 0.46 0.81
Hex B8 E5 D7 14 0 6 A A1 2E 51
Octal 270 345 327 24 0 6 12 241 56 121
Binary 10111000 11100101 11010111 10100 0 110 1010 10100001 101110 1010001

Color Harmonies of #B8E5D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8E5D7

Black with #B8E5D7

Text Example


Text Example

White with #B8E5D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8E5D7; }

 p { color: rgb(184,229,215); }

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

background-color css

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

 a { background-color: rgb(184,229,215); }

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

border-color css

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

 span { border-color: rgb(184,229,215); }

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