Html Css Color HEX #BEE1D7 Cruise

📋 copy color: '#BEE1D7'

red 190 ◦ green 225 ◦ blue 215

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

Shades of Cruise #BEE1D7

Tints of Cruise #BEE1D7

RGB

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

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

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

R = 30.16%
G = 35.71%
B = 34.13%

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

#BEE1D7 (or 0xBEE1D7) is known color: Cruise. HEX triplet: BE, E1 and D7. RGB value is (190,225,215). Sum of RGB (Red+Green+Blue) = 190+225+215=630 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.16% from 630); Green value is 225 (88.28% from 255 or 35.71% from 630); Blue value is 215 (84.38% from 255 or 34.13% from 630); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1D7 is #411E28. Grayscale: #D5D5D5. Windows color (decimal): -4267561 or 14148030. OLE color: 14148030.

HSL color Cylindrical-coordinate representation of color #BEE1D7: hue angle of 162.86º 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 #BEE1D7 is Cyan = 0.16, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 225 215 -
CMYK 0.16 0 0.04 0.12
HSL 162.86º 0.37% 0.81% -
HSV(B) 162.86º 0.16% 0.88% -
XYZ 60.43 69.7 74.56 -
YUV 213.4 128.9 111.31 -
System Red Green Blue C M Y K H S L
Decimal 190 225 215 0.16 0 0.04 0.12 162.86 0.37 0.81
Hex BE E1 D7 10 0 4 C A3 25 51
Octal 276 341 327 20 0 4 14 243 45 121
Binary 10111110 11100001 11010111 10000 0 100 1100 10100011 100101 1010001

Color Harmonies of #BEE1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE1D7

Black with #BEE1D7

Text Example


Text Example

White with #BEE1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE1D7; }

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

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

background-color css

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

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

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

border-color css

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

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

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