Html Css Color HEX #BCEEFE Onahau

📋 copy color: '#BCEEFE'

red 188 ◦ green 238 ◦ blue 254

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

Shades of Onahau #BCEEFE

Tints of Onahau #BCEEFE

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35%

 BLUE value IS 254 (99.61% from 255) = 37.35%

R = 27.65%
G = 35%
B = 37.35%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BCEEFE (or 0xBCEEFE) is known color: Onahau. HEX triplet: BC, EE and FE. RGB value is (188,238,254). Sum of RGB (Red+Green+Blue) = 188+238+254=680 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.65% from 680); Green value is 238 (93.36% from 255 or 35% from 680); Blue value is 254 (99.61% from 255 or 37.35% from 680); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCEEFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEEFE is #431101. Grayscale: #E0E0E0. Windows color (decimal): -4395266 or 16707260. OLE color: 16707260.

HSL color Cylindrical-coordinate representation of color #BCEEFE: hue angle of 194.55º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCEEFE is Cyan = 0.26, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 238 254 -
CMYK 0.26 0.06 0 0.00
HSL 194.55º 0.97% 0.87% -
HSV(B) 194.55º 0.26% 1% -
XYZ 69.2 79 105.37 -
YUV 224.87 144.44 101.7 -
System Red Green Blue C M Y K H S L
Decimal 188 238 254 0.26 0.06 0 0.00 194.55 0.97 0.87
Hex BC EE FE 1A 6 0 0 C3 61 57
Octal 274 356 376 32 6 0 0 303 141 127
Binary 10111100 11101110 11111110 11010 110 0 0 11000011 1100001 1010111

Color Harmonies of #BCEEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEEFE

Black with #BCEEFE

Text Example


Text Example

White with #BCEEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEEFE; }

 p { color: rgb(188,238,254); }

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

background-color css

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

 a { background-color: rgb(188,238,254); }

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

border-color css

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

 span { border-color: rgb(188,238,254); }

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