Html Css Color HEX #BAE6D9 Cruise

📋 copy color: '#BAE6D9'

red 186 ◦ green 230 ◦ blue 217

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

Shades of Cruise #BAE6D9

Tints of Cruise #BAE6D9

RGB

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

 GREEN value IS 230 (90.23% from 255) = 36.33%

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

R = 29.38%
G = 36.33%
B = 34.28%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#BAE6D9 (or 0xBAE6D9) is known color: Cruise. HEX triplet: BA, E6 and D9. RGB value is (186,230,217). Sum of RGB (Red+Green+Blue) = 186+230+217=633 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.38% from 633); Green value is 230 (90.23% from 255 or 36.33% from 633); Blue value is 217 (85.16% from 255 or 34.28% from 633); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE6D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #BAE6D9 is #451926. Grayscale: #D7D7D7. Windows color (decimal): -4528423 or 14280378. OLE color: 14280378.

HSL color Cylindrical-coordinate representation of color #BAE6D9: hue angle of 162.27º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BAE6D9 is Cyan = 0.19, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.10.

Color convert

RGB 186 230 217 -
CMYK 0.19 0 0.06 0.10
HSL 162.27º 0.47% 0.82% -
HSV(B) 162.27º 0.19% 0.9% -
XYZ 61.07 72.04 76.33 -
YUV 215.36 128.92 107.06 -
System Red Green Blue C M Y K H S L
Decimal 186 230 217 0.19 0 0.06 0.10 162.27 0.47 0.82
Hex BA E6 D9 13 0 6 A A2 2F 52
Octal 272 346 331 23 0 6 12 242 57 122
Binary 10111010 11100110 11011001 10011 0 110 1010 10100010 101111 1010010

Color Harmonies of #BAE6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE6D9

Black with #BAE6D9

Text Example


Text Example

White with #BAE6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE6D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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