Html Css Color HEX #BCEDF8 Onahau

📋 copy color: '#BCEDF8'

red 188 ◦ green 237 ◦ blue 248

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

Shades of Onahau #BCEDF8

Tints of Onahau #BCEDF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.85%

R = 27.93%
G = 35.22%
B = 36.85%

CMYK

 C value IS 0.24

 M value IS 0.04

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BCEDF8 (or 0xBCEDF8) is known color: Onahau. HEX triplet: BC, ED and F8. RGB value is (188,237,248). Sum of RGB (Red+Green+Blue) = 188+237+248=673 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.93% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 248 (97.27% from 255 or 36.85% from 673); Max value from RGB is 248 - color contains mainly: blue. Hex color #BCEDF8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEDF8 is #431207. Grayscale: #DFDFDF. Windows color (decimal): -4395528 or 16313788. OLE color: 16313788.

HSL color Cylindrical-coordinate representation of color #BCEDF8: hue angle of 191º degrees, saturation: 0.81, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCEDF8 is Cyan = 0.24, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 237 248 -
CMYK 0.24 0.04 0 0.03
HSL 191º 0.81% 0.85% -
HSV(B) 191º 0.24% 0.97% -
XYZ 67.97 78.04 100.29 -
YUV 223.6 141.77 102.61 -
System Red Green Blue C M Y K H S L
Decimal 188 237 248 0.24 0.04 0 0.03 191 0.81 0.85
Hex BC ED F8 18 4 0 3 BF 51 55
Octal 274 355 370 30 4 0 3 277 121 125
Binary 10111100 11101101 11111000 11000 100 0 11 10111111 1010001 1010101

Color Harmonies of #BCEDF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEDF8

Black with #BCEDF8

Text Example


Text Example

White with #BCEDF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEDF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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