Html Css Color HEX #BCECFC Onahau

📋 copy color: '#BCECFC'

red 188 ◦ green 236 ◦ blue 252

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

Shades of Onahau #BCECFC

Tints of Onahau #BCECFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37.28%

R = 27.81%
G = 34.91%
B = 37.28%

CMYK

 C value IS 0.25

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCECFC (or 0xBCECFC) is known color: Onahau. HEX triplet: BC, EC and FC. RGB value is (188,236,252). Sum of RGB (Red+Green+Blue) = 188+236+252=676 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.81% from 676); Green value is 236 (92.58% from 255 or 34.91% from 676); Blue value is 252 (98.83% from 255 or 37.28% from 676); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCECFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECFC is #431303. Grayscale: #DFDFDF. Windows color (decimal): -4395780 or 16575676. OLE color: 16575676.

HSL color Cylindrical-coordinate representation of color #BCECFC: hue angle of 195º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCECFC is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 236 252 -
CMYK 0.25 0.06 0 0.01
HSL 195º 0.91% 0.86% -
HSV(B) 195º 0.25% 0.99% -
XYZ 68.31 77.71 103.5 -
YUV 223.47 144.1 102.7 -
System Red Green Blue C M Y K H S L
Decimal 188 236 252 0.25 0.06 0 0.01 195 0.91 0.86
Hex BC EC FC 19 6 0 1 C3 5B 56
Octal 274 354 374 31 6 0 1 303 133 126
Binary 10111100 11101100 11111100 11001 110 0 1 11000011 1011011 1010110

Color Harmonies of #BCECFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCECFC

Black with #BCECFC

Text Example


Text Example

White with #BCECFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCECFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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