Html Css Color HEX #BCE5FB Onahau

📋 copy color: '#BCE5FB'

red 188 ◦ green 229 ◦ blue 251

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

Shades of Onahau #BCE5FB

Tints of Onahau #BCE5FB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.28%

 BLUE value IS 251 (98.44% from 255) = 37.57%

R = 28.14%
G = 34.28%
B = 37.57%

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

#BCE5FB (or 0xBCE5FB) is known color: Onahau. HEX triplet: BC, E5 and FB. RGB value is (188,229,251). Sum of RGB (Red+Green+Blue) = 188+229+251=668 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.14% from 668); Green value is 229 (89.84% from 255 or 34.28% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCE5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE5FB is #431A04. Grayscale: #DBDBDB. Windows color (decimal): -4397573 or 16508348. OLE color: 16508348.

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

Color convert

RGB 188 229 251 -
CMYK 0.25 0.09 0 0.02
HSL 200.95º 0.89% 0.86% -
HSV(B) 200.95º 0.25% 0.98% -
XYZ 66.17 73.7 102 -
YUV 219.25 145.92 105.71 -
System Red Green Blue C M Y K H S L
Decimal 188 229 251 0.25 0.09 0 0.02 200.95 0.89 0.86
Hex BC E5 FB 19 9 0 2 C9 59 56
Octal 274 345 373 31 11 0 2 311 131 126
Binary 10111100 11100101 11111011 11001 1001 0 10 11001001 1011001 1010110

Color Harmonies of #BCE5FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE5FB

Black with #BCE5FB

Text Example


Text Example

White with #BCE5FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE5FB; }

 p { color: rgb(188,229,251); }

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

background-color css

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

 a { background-color: rgb(188,229,251); }

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

border-color css

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

 span { border-color: rgb(188,229,251); }

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