Html Css Color HEX #BCE9F5 Onahau

📋 copy color: '#BCE9F5'

red 188 ◦ green 233 ◦ blue 245

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

Shades of Onahau #BCE9F5

Tints of Onahau #BCE9F5

RGB

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

 GREEN value IS 233 (91.41% from 255) = 34.98%

 BLUE value IS 245 (96.09% from 255) = 36.79%

R = 28.23%
G = 34.98%
B = 36.79%

CMYK

 C value IS 0.23

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BCE9F5 (or 0xBCE9F5) is known color: Onahau. HEX triplet: BC, E9 and F5. RGB value is (188,233,245). Sum of RGB (Red+Green+Blue) = 188+233+245=666 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.23% from 666); Green value is 233 (91.41% from 255 or 34.98% from 666); Blue value is 245 (96.09% from 255 or 36.79% from 666); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCE9F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCE9F5 is #43160A. Grayscale: #DCDCDC. Windows color (decimal): -4396555 or 16116156. OLE color: 16116156.

HSL color Cylindrical-coordinate representation of color #BCE9F5: hue angle of 192.63º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCE9F5 is Cyan = 0.23, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 233 245 -
CMYK 0.23 0.05 0 0.04
HSL 192.63º 0.74% 0.85% -
HSV(B) 192.63º 0.23% 0.96% -
XYZ 66.36 75.56 97.47 -
YUV 220.91 141.59 104.52 -
System Red Green Blue C M Y K H S L
Decimal 188 233 245 0.23 0.05 0 0.04 192.63 0.74 0.85
Hex BC E9 F5 17 5 0 4 C1 4A 55
Octal 274 351 365 27 5 0 4 301 112 125
Binary 10111100 11101001 11110101 10111 101 0 100 11000001 1001010 1010101

Color Harmonies of #BCE9F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE9F5

Black with #BCE9F5

Text Example


Text Example

White with #BCE9F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE9F5; }

 p { color: rgb(188,233,245); }

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

background-color css

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

 a { background-color: rgb(188,233,245); }

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

border-color css

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

 span { border-color: rgb(188,233,245); }

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