Html Css Color HEX #BCECFD Onahau

📋 copy color: '#BCECFD'

red 188 ◦ green 236 ◦ blue 253

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

Shades of Onahau #BCECFD

Tints of Onahau #BCECFD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 34.86%

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

R = 27.77%
G = 34.86%
B = 37.37%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCECFD (or 0xBCECFD) is known color: Onahau. HEX triplet: BC, EC and FD. RGB value is (188,236,253). Sum of RGB (Red+Green+Blue) = 188+236+253=677 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.77% from 677); Green value is 236 (92.58% from 255 or 34.86% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCECFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECFD is #431302. Grayscale: #DFDFDF. Windows color (decimal): -4395779 or 16641212. OLE color: 16641212.

HSL color Cylindrical-coordinate representation of color #BCECFD: hue angle of 195.69º 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 #BCECFD is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 236 253 -
CMYK 0.26 0.07 0 0.01
HSL 195.69º 0.94% 0.86% -
HSV(B) 195.69º 0.26% 0.99% -
XYZ 68.46 77.77 104.33 -
YUV 223.59 144.6 102.62 -
System Red Green Blue C M Y K H S L
Decimal 188 236 253 0.26 0.07 0 0.01 195.69 0.94 0.86
Hex BC EC FD 1A 7 0 1 C4 5E 56
Octal 274 354 375 32 7 0 1 304 136 126
Binary 10111100 11101100 11111101 11010 111 0 1 11000100 1011110 1010110

Color Harmonies of #BCECFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCECFD

Black with #BCECFD

Text Example


Text Example

White with #BCECFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCECFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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