Html Css Color HEX #BCE8FA Onahau

📋 copy color: '#BCE8FA'

red 188 ◦ green 232 ◦ blue 250

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

Shades of Onahau #BCE8FA

Tints of Onahau #BCE8FA

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.63%

 BLUE value IS 250 (98.05% from 255) = 37.31%

R = 28.06%
G = 34.63%
B = 37.31%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCE8FA (or 0xBCE8FA) is known color: Onahau. HEX triplet: BC, E8 and FA. RGB value is (188,232,250). Sum of RGB (Red+Green+Blue) = 188+232+250=670 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.06% from 670); Green value is 232 (91.02% from 255 or 34.63% from 670); Blue value is 250 (98.05% from 255 or 37.31% from 670); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCE8FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE8FA is #431705. Grayscale: #DCDCDC. Windows color (decimal): -4396806 or 16443580. OLE color: 16443580.

HSL color Cylindrical-coordinate representation of color #BCE8FA: hue angle of 197.42º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCE8FA is Cyan = 0.25, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 232 250 -
CMYK 0.25 0.07 0 0.02
HSL 197.42º 0.86% 0.86% -
HSV(B) 197.42º 0.25% 0.98% -
XYZ 66.85 75.31 101.45 -
YUV 220.9 144.42 104.54 -
System Red Green Blue C M Y K H S L
Decimal 188 232 250 0.25 0.07 0 0.02 197.42 0.86 0.86
Hex BC E8 FA 19 7 0 2 C5 56 56
Octal 274 350 372 31 7 0 2 305 126 126
Binary 10111100 11101000 11111010 11001 111 0 10 11000101 1010110 1010110

Color Harmonies of #BCE8FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE8FA

Black with #BCE8FA

Text Example


Text Example

White with #BCE8FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE8FA; }

 p { color: rgb(188,232,250); }

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

background-color css

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

 a { background-color: rgb(188,232,250); }

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

border-color css

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

 span { border-color: rgb(188,232,250); }

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