Html Css Color HEX #BCE4F7 Onahau

📋 copy color: '#BCE4F7'

red 188 ◦ green 228 ◦ blue 247

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

Shades of Onahau #BCE4F7

Tints of Onahau #BCE4F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 37.25%

R = 28.36%
G = 34.39%
B = 37.25%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BCE4F7 (or 0xBCE4F7) is known color: Onahau. HEX triplet: BC, E4 and F7. RGB value is (188,228,247). Sum of RGB (Red+Green+Blue) = 188+228+247=663 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.36% from 663); Green value is 228 (89.45% from 255 or 34.39% from 663); Blue value is 247 (96.88% from 255 or 37.25% from 663); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCE4F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE4F7 is #431B08. Grayscale: #DADADA. Windows color (decimal): -4397833 or 16245948. OLE color: 16245948.

HSL color Cylindrical-coordinate representation of color #BCE4F7: hue angle of 199.32º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCE4F7 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 228 247 -
CMYK 0.24 0.08 0 0.03
HSL 199.32º 0.79% 0.85% -
HSV(B) 199.32º 0.24% 0.97% -
XYZ 65.27 72.89 98.63 -
YUV 218.21 144.25 106.46 -
System Red Green Blue C M Y K H S L
Decimal 188 228 247 0.24 0.08 0 0.03 199.32 0.79 0.85
Hex BC E4 F7 18 8 0 3 C7 4F 55
Octal 274 344 367 30 10 0 3 307 117 125
Binary 10111100 11100100 11110111 11000 1000 0 11 11000111 1001111 1010101

Color Harmonies of #BCE4F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE4F7

Black with #BCE4F7

Text Example


Text Example

White with #BCE4F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE4F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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