Html Css Color HEX #BCE5FA Onahau

📋 copy color: '#BCE5FA'

red 188 ◦ green 229 ◦ blue 250

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

Shades of Onahau #BCE5FA

Tints of Onahau #BCE5FA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.33%

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

R = 28.19%
G = 34.33%
B = 37.48%

CMYK

 C value IS 0.25

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCE5FA (or 0xBCE5FA) is known color: Onahau. HEX triplet: BC, E5 and FA. RGB value is (188,229,250). Sum of RGB (Red+Green+Blue) = 188+229+250=667 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.19% from 667); Green value is 229 (89.84% from 255 or 34.33% from 667); Blue value is 250 (98.05% from 255 or 37.48% from 667); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCE5FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE5FA is #431A05. Grayscale: #DBDBDB. Windows color (decimal): -4397574 or 16442812. OLE color: 16442812.

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

Color convert

RGB 188 229 250 -
CMYK 0.25 0.08 0 0.02
HSL 200.32º 0.86% 0.86% -
HSV(B) 200.32º 0.25% 0.98% -
XYZ 66.01 73.63 101.18 -
YUV 219.14 145.42 105.79 -
System Red Green Blue C M Y K H S L
Decimal 188 229 250 0.25 0.08 0 0.02 200.32 0.86 0.86
Hex BC E5 FA 19 8 0 2 C8 56 56
Octal 274 345 372 31 10 0 2 310 126 126
Binary 10111100 11100101 11111010 11001 1000 0 10 11001000 1010110 1010110

Color Harmonies of #BCE5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE5FA

Black with #BCE5FA

Text Example


Text Example

White with #BCE5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE5FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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