Html Css Color HEX #B8E2DB Cruise

📋 copy color: '#B8E2DB'

red 184 ◦ green 226 ◦ blue 219

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

Shades of Cruise #B8E2DB

Tints of Cruise #B8E2DB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 35.93%

 BLUE value IS 219 (85.94% from 255) = 34.82%

R = 29.25%
G = 35.93%
B = 34.82%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#B8E2DB (or 0xB8E2DB) is known color: Cruise. HEX triplet: B8, E2 and DB. RGB value is (184,226,219). Sum of RGB (Red+Green+Blue) = 184+226+219=629 (83% of max value = 765). Red value is 184 (72.27% from 255 or 29.25% from 629); Green value is 226 (88.67% from 255 or 35.93% from 629); Blue value is 219 (85.94% from 255 or 34.82% from 629); Max value from RGB is 226 - color contains mainly: green. Hex color #B8E2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8E2DB is #471D24. Grayscale: #D4D4D4. Windows color (decimal): -4660517 or 14410424. OLE color: 14410424.

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

Color convert

RGB 184 226 219 -
CMYK 0.19 0 0.03 0.11
HSL 170º 0.42% 0.8% -
HSV(B) 170º 0.19% 0.89% -
XYZ 59.75 69.7 77.32 -
YUV 212.64 131.59 107.57 -
System Red Green Blue C M Y K H S L
Decimal 184 226 219 0.19 0 0.03 0.11 170 0.42 0.8
Hex B8 E2 DB 13 0 3 B AA 2A 50
Octal 270 342 333 23 0 3 13 252 52 120
Binary 10111000 11100010 11011011 10011 0 11 1011 10101010 101010 1010000

Color Harmonies of #B8E2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8E2DB

Black with #B8E2DB

Text Example


Text Example

White with #B8E2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8E2DB; }

 p { color: rgb(184,226,219); }

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

background-color css

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

 a { background-color: rgb(184,226,219); }

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

border-color css

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

 span { border-color: rgb(184,226,219); }

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