Html Css Color HEX #BCE4F9 Onahau

📋 copy color: '#BCE4F9'

red 188 ◦ green 228 ◦ blue 249

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

Shades of Onahau #BCE4F9

Tints of Onahau #BCE4F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 37.44%

R = 28.27%
G = 34.29%
B = 37.44%

CMYK

 C value IS 0.24

 M value IS 0.08

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCE4F9 (or 0xBCE4F9) is known color: Onahau. HEX triplet: BC, E4 and F9. RGB value is (188,228,249). Sum of RGB (Red+Green+Blue) = 188+228+249=665 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.27% from 665); Green value is 228 (89.45% from 255 or 34.29% from 665); Blue value is 249 (97.66% from 255 or 37.44% from 665); Max value from RGB is 249 - color contains mainly: blue. Hex color #BCE4F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE4F9 is #431B06. Grayscale: #DADADA. Windows color (decimal): -4397831 or 16377020. OLE color: 16377020.

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

Color convert

RGB 188 228 249 -
CMYK 0.24 0.08 0 0.02
HSL 200.66º 0.84% 0.86% -
HSV(B) 200.66º 0.24% 0.98% -
XYZ 65.58 73.02 100.26 -
YUV 218.43 145.25 106.29 -
System Red Green Blue C M Y K H S L
Decimal 188 228 249 0.24 0.08 0 0.02 200.66 0.84 0.86
Hex BC E4 F9 18 8 0 2 C9 54 56
Octal 274 344 371 30 10 0 2 311 124 126
Binary 10111100 11100100 11111001 11000 1000 0 10 11001001 1010100 1010110

Color Harmonies of #BCE4F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE4F9

Black with #BCE4F9

Text Example


Text Example

White with #BCE4F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE4F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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