Html Css Color HEX #BAE1D9 Cruise

📋 copy color: '#BAE1D9'

red 186 ◦ green 225 ◦ blue 217

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

Shades of Cruise #BAE1D9

Tints of Cruise #BAE1D9

RGB

 RED value IS 186 (73.05% from 255) = 29.62%

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

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

R = 29.62%
G = 35.83%
B = 34.55%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.04

 K value IS 0.12

RGB Variations

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

Color information

#BAE1D9 (or 0xBAE1D9) is known color: Cruise. HEX triplet: BA, E1 and D9. RGB value is (186,225,217). Sum of RGB (Red+Green+Blue) = 186+225+217=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 225 (88.28% from 255 or 35.83% from 628); Blue value is 217 (85.16% from 255 or 34.55% from 628); Max value from RGB is 225 - color contains mainly: green. Hex color #BAE1D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE1D9 is #451E26. Grayscale: #D4D4D4. Windows color (decimal): -4529703 or 14279098. OLE color: 14279098.

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

Color convert

RGB 186 225 217 -
CMYK 0.17 0 0.04 0.12
HSL 167.69º 0.39% 0.81% -
HSV(B) 167.69º 0.17% 0.88% -
XYZ 59.7 69.3 75.88 -
YUV 212.43 130.58 109.15 -
System Red Green Blue C M Y K H S L
Decimal 186 225 217 0.17 0 0.04 0.12 167.69 0.39 0.81
Hex BA E1 D9 11 0 4 C A8 27 51
Octal 272 341 331 21 0 4 14 250 47 121
Binary 10111010 11100001 11011001 10001 0 100 1100 10101000 100111 1010001

Color Harmonies of #BAE1D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE1D9

Black with #BAE1D9

Text Example


Text Example

White with #BAE1D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE1D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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