Html Css Color HEX #BEE1D9 Cruise

📋 copy color: '#BEE1D9'

red 190 ◦ green 225 ◦ blue 217

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

Shades of Cruise #BEE1D9

Tints of Cruise #BEE1D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 34.34%

R = 30.06%
G = 35.6%
B = 34.34%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#BEE1D9 (or 0xBEE1D9) is known color: Cruise. HEX triplet: BE, E1 and D9. RGB value is (190,225,217). Sum of RGB (Red+Green+Blue) = 190+225+217=632 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.06% from 632); Green value is 225 (88.28% from 255 or 35.60% from 632); Blue value is 217 (85.16% from 255 or 34.34% from 632); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1D9 is #411E26. Grayscale: #D5D5D5. Windows color (decimal): -4267559 or 14279102. OLE color: 14279102.

HSL color Cylindrical-coordinate representation of color #BEE1D9: hue angle of 166.29º degrees, saturation: 0.37, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #BEE1D9 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 225 217 -
CMYK 0.16 0 0.04 0.12
HSL 166.29º 0.37% 0.81% -
HSV(B) 166.29º 0.16% 0.88% -
XYZ 60.68 69.81 75.92 -
YUV 213.62 129.9 111.15 -
System Red Green Blue C M Y K H S L
Decimal 190 225 217 0.16 0 0.04 0.12 166.29 0.37 0.81
Hex BE E1 D9 10 0 4 C A6 25 51
Octal 276 341 331 20 0 4 14 246 45 121
Binary 10111110 11100001 11011001 10000 0 100 1100 10100110 100101 1010001

Color Harmonies of #BEE1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE1D9

Black with #BEE1D9

Text Example


Text Example

White with #BEE1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE1D9; }

 p { color: rgb(190,225,217); }

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

background-color css

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

 a { background-color: rgb(190,225,217); }

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

border-color css

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

 span { border-color: rgb(190,225,217); }

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