Html Css Color HEX #B8E1D1 Cruise

📋 copy color: '#B8E1D1'

red 184 ◦ green 225 ◦ blue 209

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

Shades of Cruise #B8E1D1

Tints of Cruise #B8E1D1

RGB

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

 GREEN value IS 225 (88.28% from 255) = 36.41%

 BLUE value IS 209 (82.03% from 255) = 33.82%

R = 29.77%
G = 36.41%
B = 33.82%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.07

 K value IS 0.12

RGB Variations

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

Color information

#B8E1D1 (or 0xB8E1D1) is known color: Cruise. HEX triplet: B8, E1 and D1. RGB value is (184,225,209). Sum of RGB (Red+Green+Blue) = 184+225+209=618 (81% of max value = 765). Red value is 184 (72.27% from 255 or 29.77% from 618); Green value is 225 (88.28% from 255 or 36.41% from 618); Blue value is 209 (82.03% from 255 or 33.82% from 618); Max value from RGB is 225 - color contains mainly: green. Hex color #B8E1D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8E1D1 is #471E2E. Grayscale: #D2D2D2. Windows color (decimal): -4660783 or 13754808. OLE color: 13754808.

HSL color Cylindrical-coordinate representation of color #B8E1D1: hue angle of 156.59º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B8E1D1 is Cyan = 0.18, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.12.

Color convert

RGB 184 225 209 -
CMYK 0.18 0 0.07 0.12
HSL 156.59º 0.41% 0.8% -
HSV(B) 156.59º 0.18% 0.88% -
XYZ 58.2 68.64 70.5 -
YUV 210.92 126.92 108.8 -
System Red Green Blue C M Y K H S L
Decimal 184 225 209 0.18 0 0.07 0.12 156.59 0.41 0.8
Hex B8 E1 D1 12 0 7 C 9D 29 50
Octal 270 341 321 22 0 7 14 235 51 120
Binary 10111000 11100001 11010001 10010 0 111 1100 10011101 101001 1010000

Color Harmonies of #B8E1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8E1D1

Black with #B8E1D1

Text Example


Text Example

White with #B8E1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8E1D1; }

 p { color: rgb(184,225,209); }

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

background-color css

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

 a { background-color: rgb(184,225,209); }

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

border-color css

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

 span { border-color: rgb(184,225,209); }

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