Html Css Color HEX #BCE3FB Onahau

📋 copy color: '#BCE3FB'

red 188 ◦ green 227 ◦ blue 251

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

Shades of Onahau #BCE3FB

Tints of Onahau #BCE3FB

RGB

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

 GREEN value IS 227 (89.06% from 255) = 34.08%

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

R = 28.23%
G = 34.08%
B = 37.69%

CMYK

 C value IS 0.25

 M value IS 0.10

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCE3FB (or 0xBCE3FB) is known color: Onahau. HEX triplet: BC, E3 and FB. RGB value is (188,227,251). Sum of RGB (Red+Green+Blue) = 188+227+251=666 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.23% from 666); Green value is 227 (89.06% from 255 or 34.08% from 666); Blue value is 251 (98.44% from 255 or 37.69% from 666); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCE3FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE3FB is #431C04. Grayscale: #D9D9D9. Windows color (decimal): -4398085 or 16507836. OLE color: 16507836.

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

Color convert

RGB 188 227 251 -
CMYK 0.25 0.10 0 0.02
HSL 202.86º 0.89% 0.86% -
HSV(B) 202.86º 0.25% 0.98% -
XYZ 65.62 72.59 101.82 -
YUV 218.08 146.58 106.55 -
System Red Green Blue C M Y K H S L
Decimal 188 227 251 0.25 0.10 0 0.02 202.86 0.89 0.86
Hex BC E3 FB 19 A 0 2 CB 59 56
Octal 274 343 373 31 12 0 2 313 131 126
Binary 10111100 11100011 11111011 11001 1010 0 10 11001011 1011001 1010110

Color Harmonies of #BCE3FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE3FB

Black with #BCE3FB

Text Example


Text Example

White with #BCE3FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE3FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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