Html Css Color HEX #BEE1D5 Cruise

📋 copy color: '#BEE1D5'

red 190 ◦ green 225 ◦ blue 213

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

Shades of Cruise #BEE1D5

Tints of Cruise #BEE1D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 33.92%

R = 30.25%
G = 35.83%
B = 33.92%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#BEE1D5 (or 0xBEE1D5) is known color: Cruise. HEX triplet: BE, E1 and D5. RGB value is (190,225,213). Sum of RGB (Red+Green+Blue) = 190+225+213=628 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.25% from 628); Green value is 225 (88.28% from 255 or 35.83% from 628); Blue value is 213 (83.59% from 255 or 33.92% from 628); Max value from RGB is 225 - color contains mainly: green. Hex color #BEE1D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE1D5 is #411E2A. Grayscale: #D5D5D5. Windows color (decimal): -4267563 or 14016958. OLE color: 14016958.

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

Color convert

RGB 190 225 213 -
CMYK 0.16 0 0.05 0.12
HSL 159.43º 0.37% 0.81% -
HSV(B) 159.43º 0.16% 0.88% -
XYZ 60.17 69.6 73.21 -
YUV 213.17 127.9 111.48 -
System Red Green Blue C M Y K H S L
Decimal 190 225 213 0.16 0 0.05 0.12 159.43 0.37 0.81
Hex BE E1 D5 10 0 5 C 9F 25 51
Octal 276 341 325 20 0 5 14 237 45 121
Binary 10111110 11100001 11010101 10000 0 101 1100 10011111 100101 1010001

Color Harmonies of #BEE1D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE1D5

Black with #BEE1D5

Text Example


Text Example

White with #BEE1D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE1D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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