Html Css Color HEX #BCEDFC Onahau

📋 copy color: '#BCEDFC'

red 188 ◦ green 237 ◦ blue 252

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

Shades of Onahau #BCEDFC

Tints of Onahau #BCEDFC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.01%

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

R = 27.77%
G = 35.01%
B = 37.22%

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

#BCEDFC (or 0xBCEDFC) is known color: Onahau. HEX triplet: BC, ED and FC. RGB value is (188,237,252). Sum of RGB (Red+Green+Blue) = 188+237+252=677 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.77% from 677); Green value is 237 (92.97% from 255 or 35.01% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCEDFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEDFC is #431203. Grayscale: #DFDFDF. Windows color (decimal): -4395524 or 16575932. OLE color: 16575932.

HSL color Cylindrical-coordinate representation of color #BCEDFC: hue angle of 194.06º 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 #BCEDFC is Cyan = 0.25, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 237 252 -
CMYK 0.25 0.06 0 0.01
HSL 194.06º 0.91% 0.86% -
HSV(B) 194.06º 0.25% 0.99% -
XYZ 68.59 78.29 103.59 -
YUV 224.06 143.77 102.28 -
System Red Green Blue C M Y K H S L
Decimal 188 237 252 0.25 0.06 0 0.01 194.06 0.91 0.86
Hex BC ED FC 19 6 0 1 C2 5B 56
Octal 274 355 374 31 6 0 1 302 133 126
Binary 10111100 11101101 11111100 11001 110 0 1 11000010 1011011 1010110

Color Harmonies of #BCEDFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEDFC

Black with #BCEDFC

Text Example


Text Example

White with #BCEDFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEDFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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