Html Css Color HEX #BAE5D5 Cruise

📋 copy color: '#BAE5D5'

red 186 ◦ green 229 ◦ blue 213

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

Shades of Cruise #BAE5D5

Tints of Cruise #BAE5D5

RGB

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

 GREEN value IS 229 (89.84% from 255) = 36.46%

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

R = 29.62%
G = 36.46%
B = 33.92%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.07

 K value IS 0.10

RGB Variations

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

Color information

#BAE5D5 (or 0xBAE5D5) is known color: Cruise. HEX triplet: BA, E5 and D5. RGB value is (186,229,213). Sum of RGB (Red+Green+Blue) = 186+229+213=628 (83% of max value = 765). Red value is 186 (73.05% from 255 or 29.62% from 628); Green value is 229 (89.84% from 255 or 36.46% from 628); Blue value is 213 (83.59% from 255 or 33.92% from 628); Max value from RGB is 229 - color contains mainly: green. Hex color #BAE5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BAE5D5 is #451A2A. Grayscale: #D6D6D6. Windows color (decimal): -4528683 or 14017978. OLE color: 14017978.

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

Color convert

RGB 186 229 213 -
CMYK 0.19 0 0.07 0.10
HSL 157.67º 0.45% 0.81% -
HSV(B) 157.67º 0.19% 0.9% -
XYZ 60.28 71.28 73.53 -
YUV 214.32 127.25 107.8 -
System Red Green Blue C M Y K H S L
Decimal 186 229 213 0.19 0 0.07 0.10 157.67 0.45 0.81
Hex BA E5 D5 13 0 7 A 9E 2D 51
Octal 272 345 325 23 0 7 12 236 55 121
Binary 10111010 11100101 11010101 10011 0 111 1010 10011110 101101 1010001

Color Harmonies of #BAE5D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAE5D5

Black with #BAE5D5

Text Example


Text Example

White with #BAE5D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAE5D5; }

 p { color: rgb(186,229,213); }

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

background-color css

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

 a { background-color: rgb(186,229,213); }

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

border-color css

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

 span { border-color: rgb(186,229,213); }

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