Html Css Color HEX #BCE5FD Onahau

📋 copy color: '#BCE5FD'

red 188 ◦ green 229 ◦ blue 253

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

Shades of Onahau #BCE5FD

Tints of Onahau #BCE5FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 37.76%

R = 28.06%
G = 34.18%
B = 37.76%

CMYK

 C value IS 0.26

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCE5FD (or 0xBCE5FD) is known color: Onahau. HEX triplet: BC, E5 and FD. RGB value is (188,229,253). Sum of RGB (Red+Green+Blue) = 188+229+253=670 (88% of max value = 765). Red value is 188 (73.83% from 255 or 28.06% from 670); Green value is 229 (89.84% from 255 or 34.18% from 670); Blue value is 253 (99.22% from 255 or 37.76% from 670); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCE5FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE5FD is #431A02. Grayscale: #DBDBDB. Windows color (decimal): -4397571 or 16639420. OLE color: 16639420.

HSL color Cylindrical-coordinate representation of color #BCE5FD: hue angle of 202.15º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCE5FD is Cyan = 0.26, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 229 253 -
CMYK 0.26 0.09 0 0.01
HSL 202.15º 0.94% 0.86% -
HSV(B) 202.15º 0.26% 0.99% -
XYZ 66.49 73.82 103.67 -
YUV 219.48 146.92 105.55 -
System Red Green Blue C M Y K H S L
Decimal 188 229 253 0.26 0.09 0 0.01 202.15 0.94 0.86
Hex BC E5 FD 1A 9 0 1 CA 5E 56
Octal 274 345 375 32 11 0 1 312 136 126
Binary 10111100 11100101 11111101 11010 1001 0 1 11001010 1011110 1010110

Color Harmonies of #BCE5FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCE5FD

Black with #BCE5FD

Text Example


Text Example

White with #BCE5FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCE5FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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