Html Css Color HEX #BAEBF2 Onahau

📋 copy color: '#BAEBF2'

red 186 ◦ green 235 ◦ blue 242

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

Shades of Onahau #BAEBF2

Tints of Onahau #BAEBF2

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.44%

 BLUE value IS 242 (94.92% from 255) = 36.5%

R = 28.05%
G = 35.44%
B = 36.5%

CMYK

 C value IS 0.23

 M value IS 0.03

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BAEBF2 (or 0xBAEBF2) is known color: Onahau. HEX triplet: BA, EB and F2. RGB value is (186,235,242). Sum of RGB (Red+Green+Blue) = 186+235+242=663 (87% of max value = 765). Red value is 186 (73.05% from 255 or 28.05% from 663); Green value is 235 (92.19% from 255 or 35.44% from 663); Blue value is 242 (94.92% from 255 or 36.50% from 663); Max value from RGB is 242 - color contains mainly: blue. Hex color #BAEBF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BAEBF2 is #45140D. Grayscale: #DDDDDD. Windows color (decimal): -4527118 or 15920058. OLE color: 15920058.

HSL color Cylindrical-coordinate representation of color #BAEBF2: hue angle of 187.5º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BAEBF2 is Cyan = 0.23, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 186 235 242 -
CMYK 0.23 0.03 0 0.05
HSL 187.5º 0.68% 0.84% -
HSV(B) 187.5º 0.23% 0.95% -
XYZ 65.99 76.27 95.25 -
YUV 221.15 139.77 102.93 -
System Red Green Blue C M Y K H S L
Decimal 186 235 242 0.23 0.03 0 0.05 187.5 0.68 0.84
Hex BA EB F2 17 3 0 5 BC 44 54
Octal 272 353 362 27 3 0 5 274 104 124
Binary 10111010 11101011 11110010 10111 11 0 101 10111100 1000100 1010100

Color Harmonies of #BAEBF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BAEBF2

Black with #BAEBF2

Text Example


Text Example

White with #BAEBF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BAEBF2; }

 p { color: rgb(186,235,242); }

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

background-color css

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

 a { background-color: rgb(186,235,242); }

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

border-color css

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

 span { border-color: rgb(186,235,242); }

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