Html Css Color HEX #BEE2DB Cruise

📋 copy color: '#BEE2DB'

red 190 ◦ green 226 ◦ blue 219

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

Shades of Cruise #BEE2DB

Tints of Cruise #BEE2DB

RGB

 RED value IS 190 (74.61% from 255) = 29.92%

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

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

R = 29.92%
G = 35.59%
B = 34.49%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.03

 K value IS 0.11

RGB Variations

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

Color information

#BEE2DB (or 0xBEE2DB) is known color: Cruise. HEX triplet: BE, E2 and DB. RGB value is (190,226,219). Sum of RGB (Red+Green+Blue) = 190+226+219=635 (84% of max value = 765). Red value is 190 (74.61% from 255 or 29.92% from 635); Green value is 226 (88.67% from 255 or 35.59% from 635); Blue value is 219 (85.94% from 255 or 34.49% from 635); Max value from RGB is 226 - color contains mainly: green. Hex color #BEE2DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE2DB is #411D24. Grayscale: #D6D6D6. Windows color (decimal): -4267301 or 14410430. OLE color: 14410430.

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

Color convert

RGB 190 226 219 -
CMYK 0.16 0 0.03 0.11
HSL 168.33º 0.38% 0.82% -
HSV(B) 168.33º 0.16% 0.89% -
XYZ 61.22 70.45 77.39 -
YUV 214.44 130.57 110.57 -
System Red Green Blue C M Y K H S L
Decimal 190 226 219 0.16 0 0.03 0.11 168.33 0.38 0.82
Hex BE E2 DB 10 0 3 B A8 26 52
Octal 276 342 333 20 0 3 13 250 46 122
Binary 10111110 11100010 11011011 10000 0 11 1011 10101000 100110 1010010

Color Harmonies of #BEE2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE2DB

Black with #BEE2DB

Text Example


Text Example

White with #BEE2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE2DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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