Html Css Color HEX #BCE7FA Onahau

📋 copy color: '#BCE7FA'

red 188 ◦ green 231 ◦ blue 250

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

Shades of Onahau #BCE7FA

Tints of Onahau #BCE7FA

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.53%

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

R = 28.1%
G = 34.53%
B = 37.37%

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

#BCE7FA (or 0xBCE7FA) is known color: Onahau. HEX triplet: BC, E7 and FA. RGB value is (188,231,250). Sum of RGB (Red+Green+Blue) = 188+231+250=669 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.10% from 669); Green value is 231 (90.62% from 255 or 34.53% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCE7FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE7FA is #431805. Grayscale: #DCDCDC. Windows color (decimal): -4397062 or 16443324. OLE color: 16443324.

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

Color convert

RGB 188 231 250 -
CMYK 0.25 0.08 0 0.02
HSL 198.39º 0.86% 0.86% -
HSV(B) 198.39º 0.25% 0.98% -
XYZ 66.57 74.75 101.36 -
YUV 220.31 144.75 104.96 -
System Red Green Blue C M Y K H S L
Decimal 188 231 250 0.25 0.08 0 0.02 198.39 0.86 0.86
Hex BC E7 FA 19 8 0 2 C6 56 56
Octal 274 347 372 31 10 0 2 306 126 126
Binary 10111100 11100111 11111010 11001 1000 0 10 11000110 1010110 1010110

Color Harmonies of #BCE7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE7FA

Black with #BCE7FA

Text Example


Text Example

White with #BCE7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE7FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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