Html Css Color HEX #BCECF2 Onahau

📋 copy color: '#BCECF2'

red 188 ◦ green 236 ◦ blue 242

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

Shades of Onahau #BCECF2

Tints of Onahau #BCECF2

RGB

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

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

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

R = 28.23%
G = 35.44%
B = 36.34%

CMYK

 C value IS 0.22

 M value IS 0.02

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BCECF2 (or 0xBCECF2) is known color: Onahau. HEX triplet: BC, EC and F2. RGB value is (188,236,242). Sum of RGB (Red+Green+Blue) = 188+236+242=666 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.23% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 242 - color contains mainly: blue. Hex color #BCECF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECF2 is #43130D. Grayscale: #DEDEDE. Windows color (decimal): -4395790 or 15920316. OLE color: 15920316.

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

Color convert

RGB 188 236 242 -
CMYK 0.22 0.02 0 0.05
HSL 186.67º 0.68% 0.84% -
HSV(B) 186.67º 0.22% 0.95% -
XYZ 66.76 77.09 95.37 -
YUV 222.33 139.1 103.51 -
System Red Green Blue C M Y K H S L
Decimal 188 236 242 0.22 0.02 0 0.05 186.67 0.68 0.84
Hex BC EC F2 16 2 0 5 BB 44 54
Octal 274 354 362 26 2 0 5 273 104 124
Binary 10111100 11101100 11110010 10110 10 0 101 10111011 1000100 1010100

Color Harmonies of #BCECF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCECF2

Black with #BCECF2

Text Example


Text Example

White with #BCECF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCECF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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