Html Css Color HEX #B8E4D7 Cruise

📋 copy color: '#B8E4D7'

red 184 ◦ green 228 ◦ blue 215

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

Shades of Cruise #B8E4D7

Tints of Cruise #B8E4D7

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.36%

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

R = 29.35%
G = 36.36%
B = 34.29%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.11

RGB Variations

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

Color information

#B8E4D7 (or 0xB8E4D7) is known color: Cruise. HEX triplet: B8, E4 and D7. RGB value is (184,228,215). Sum of RGB (Red+Green+Blue) = 184+228+215=627 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.35% from 627); Green value is 228 (89.45% from 255 or 36.36% from 627); Blue value is 215 (84.38% from 255 or 34.29% from 627); Max value from RGB is 228 - color contains mainly: green. Hex color #B8E4D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8E4D7 is #471B28. Grayscale: #D5D5D5. Windows color (decimal): -4660009 or 14148792. OLE color: 14148792.

HSL color Cylindrical-coordinate representation of color #B8E4D7: hue angle of 162.27º degrees, saturation: 0.45, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8E4D7 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB 184 228 215 -
CMYK 0.19 0 0.06 0.11
HSL 162.27º 0.45% 0.81% -
HSV(B) 162.27º 0.19% 0.89% -
XYZ 59.78 70.58 74.76 -
YUV 213.36 128.92 107.06 -
System Red Green Blue C M Y K H S L
Decimal 184 228 215 0.19 0 0.06 0.11 162.27 0.45 0.81
Hex B8 E4 D7 13 0 6 B A2 2D 51
Octal 270 344 327 23 0 6 13 242 55 121
Binary 10111000 11100100 11010111 10011 0 110 1011 10100010 101101 1010001

Color Harmonies of #B8E4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8E4D7

Black with #B8E4D7

Text Example


Text Example

White with #B8E4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8E4D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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