Html Css Color HEX #BEE0D4 Cruise

📋 copy color: '#BEE0D4'

red 190 ◦ green 224 ◦ blue 212

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

Shades of Cruise #BEE0D4

Tints of Cruise #BEE0D4

RGB

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

 GREEN value IS 224 (87.89% from 255) = 35.78%

 BLUE value IS 212 (83.2% from 255) = 33.87%

R = 30.35%
G = 35.78%
B = 33.87%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.05

 K value IS 0.12

RGB Variations

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

Color information

#BEE0D4 (or 0xBEE0D4) is known color: Cruise. HEX triplet: BE, E0 and D4. RGB value is (190,224,212). Sum of RGB (Red+Green+Blue) = 190+224+212=626 (82% of max value = 765). Red value is 190 (74.61% from 255 or 30.35% from 626); Green value is 224 (87.89% from 255 or 35.78% from 626); Blue value is 212 (83.20% from 255 or 33.87% from 626); Max value from RGB is 224 - color contains mainly: green. Hex color #BEE0D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE0D4 is #411F2B. Grayscale: #D4D4D4. Windows color (decimal): -4267820 or 13951166. OLE color: 13951166.

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

Color convert

RGB 190 224 212 -
CMYK 0.15 0 0.05 0.12
HSL 158.82º 0.35% 0.81% -
HSV(B) 158.82º 0.15% 0.88% -
XYZ 59.77 69.01 72.46 -
YUV 212.47 127.74 111.98 -
System Red Green Blue C M Y K H S L
Decimal 190 224 212 0.15 0 0.05 0.12 158.82 0.35 0.81
Hex BE E0 D4 F 0 5 C 9F 23 51
Octal 276 340 324 17 0 5 14 237 43 121
Binary 10111110 11100000 11010100 1111 0 101 1100 10011111 100011 1010001

Color Harmonies of #BEE0D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE0D4

Black with #BEE0D4

Text Example


Text Example

White with #BEE0D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE0D4; }

 p { color: rgb(190,224,212); }

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

background-color css

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

 a { background-color: rgb(190,224,212); }

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

border-color css

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

 span { border-color: rgb(190,224,212); }

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