Html Css Color HEX #BCECF9 Onahau

📋 copy color: '#BCECF9'

red 188 ◦ green 236 ◦ blue 249

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

Shades of Onahau #BCECF9

Tints of Onahau #BCECF9

RGB

 RED value IS 188 (73.83% from 255) = 27.93%

 GREEN value IS 236 (92.58% from 255) = 35.07%

 BLUE value IS 249 (97.66% from 255) = 37%

R = 27.93%
G = 35.07%
B = 37%

CMYK

 C value IS 0.24

 M value IS 0.05

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCECF9 (or 0xBCECF9) is known color: Onahau. HEX triplet: BC, EC and F9. RGB value is (188,236,249). Sum of RGB (Red+Green+Blue) = 188+236+249=673 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.93% from 673); Green value is 236 (92.58% from 255 or 35.07% from 673); Blue value is 249 (97.66% from 255 or 37.00% from 673); Max value from RGB is 249 - color contains mainly: blue. Hex color #BCECF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECF9 is #431306. Grayscale: #DFDFDF. Windows color (decimal): -4395783 or 16379068. OLE color: 16379068.

HSL color Cylindrical-coordinate representation of color #BCECF9: hue angle of 192.79º degrees, saturation: 0.84, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCECF9 is Cyan = 0.24, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 236 249 -
CMYK 0.24 0.05 0 0.02
HSL 192.79º 0.84% 0.86% -
HSV(B) 192.79º 0.24% 0.98% -
XYZ 67.83 77.52 101.01 -
YUV 223.13 142.6 102.94 -
System Red Green Blue C M Y K H S L
Decimal 188 236 249 0.24 0.05 0 0.02 192.79 0.84 0.86
Hex BC EC F9 18 5 0 2 C1 54 56
Octal 274 354 371 30 5 0 2 301 124 126
Binary 10111100 11101100 11111001 11000 101 0 10 11000001 1010100 1010110

Color Harmonies of #BCECF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCECF9

Black with #BCECF9

Text Example


Text Example

White with #BCECF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCECF9; }

 p { color: rgb(188,236,249); }

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

background-color css

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

 a { background-color: rgb(188,236,249); }

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

border-color css

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

 span { border-color: rgb(188,236,249); }

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