Html Css Color HEX #BCE4FA Onahau

📋 copy color: '#BCE4FA'

red 188 ◦ green 228 ◦ blue 250

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

Shades of Onahau #BCE4FA

Tints of Onahau #BCE4FA

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.23%

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

R = 28.23%
G = 34.23%
B = 37.54%

CMYK

 C value IS 0.25

 M value IS 0.09

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCE4FA (or 0xBCE4FA) is known color: Onahau. HEX triplet: BC, E4 and FA. RGB value is (188,228,250). Sum of RGB (Red+Green+Blue) = 188+228+250=666 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.23% from 666); Green value is 228 (89.45% from 255 or 34.23% from 666); Blue value is 250 (98.05% from 255 or 37.54% from 666); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCE4FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE4FA is #431B05. Grayscale: #DADADA. Windows color (decimal): -4397830 or 16442556. OLE color: 16442556.

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

Color convert

RGB 188 228 250 -
CMYK 0.25 0.09 0 0.02
HSL 201.29º 0.86% 0.86% -
HSV(B) 201.29º 0.25% 0.98% -
XYZ 65.74 73.08 101.08 -
YUV 218.55 145.75 106.21 -
System Red Green Blue C M Y K H S L
Decimal 188 228 250 0.25 0.09 0 0.02 201.29 0.86 0.86
Hex BC E4 FA 19 9 0 2 C9 56 56
Octal 274 344 372 31 11 0 2 311 126 126
Binary 10111100 11100100 11111010 11001 1001 0 10 11001001 1010110 1010110

Color Harmonies of #BCE4FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE4FA

Black with #BCE4FA

Text Example


Text Example

White with #BCE4FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE4FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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