Html Css Color HEX #BEE3D8 Cruise

📋 copy color: '#BEE3D8'

red 190 ◦ green 227 ◦ blue 216

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

Shades of Cruise #BEE3D8

Tints of Cruise #BEE3D8

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.86%

 BLUE value IS 216 (84.77% from 255) = 34.12%

R = 30.02%
G = 35.86%
B = 34.12%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.05

 K value IS 0.11

RGB Variations

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

Color information

#BEE3D8 (or 0xBEE3D8) is known color: Cruise. HEX triplet: BE, E3 and D8. RGB value is (190,227,216). Sum of RGB (Red+Green+Blue) = 190+227+216=633 (83% of max value = 765). Red value is 190 (74.61% from 255 or 30.02% from 633); Green value is 227 (89.06% from 255 or 35.86% from 633); Blue value is 216 (84.77% from 255 or 34.12% from 633); Max value from RGB is 227 - color contains mainly: green. Hex color #BEE3D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEE3D8 is #411C27. Grayscale: #D6D6D6. Windows color (decimal): -4267048 or 14214078. OLE color: 14214078.

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

Color convert

RGB 190 227 216 -
CMYK 0.16 0 0.05 0.11
HSL 162.16º 0.4% 0.82% -
HSV(B) 162.16º 0.16% 0.89% -
XYZ 61.1 70.84 75.42 -
YUV 214.68 128.74 110.39 -
System Red Green Blue C M Y K H S L
Decimal 190 227 216 0.16 0 0.05 0.11 162.16 0.4 0.82
Hex BE E3 D8 10 0 5 B A2 28 52
Octal 276 343 330 20 0 5 13 242 50 122
Binary 10111110 11100011 11011000 10000 0 101 1011 10100010 101000 1010010

Color Harmonies of #BEE3D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEE3D8

Black with #BEE3D8

Text Example


Text Example

White with #BEE3D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEE3D8; }

 p { color: rgb(190,227,216); }

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

background-color css

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

 a { background-color: rgb(190,227,216); }

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

border-color css

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

 span { border-color: rgb(190,227,216); }

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