Html Css Color HEX #BCECFF Onahau

📋 copy color: '#BCECFF'

red 188 ◦ green 236 ◦ blue 255

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

Shades of Onahau #BCECFF

Tints of Onahau #BCECFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.56%

R = 27.69%
G = 34.76%
B = 37.56%

CMYK

 C value IS 0.26

 M value IS 0.07

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BCECFF (or 0xBCECFF) is known color: Onahau. HEX triplet: BC, EC and FF. RGB value is (188,236,255). Sum of RGB (Red+Green+Blue) = 188+236+255=679 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.69% from 679); Green value is 236 (92.58% from 255 or 34.76% from 679); Blue value is 255 (100% from 255 or 37.56% from 679); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCECFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCECFF is #431300. Grayscale: #DFDFDF. Windows color (decimal): -4395777 or 16772284. OLE color: 16772284.

HSL color Cylindrical-coordinate representation of color #BCECFF: hue angle of 197.01º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCECFF is Cyan = 0.26, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 188 236 255 -
CMYK 0.26 0.07 0 0
HSL 197.01º 1% 0.87% -
HSV(B) 197.01º 0.26% 1% -
XYZ 68.78 77.9 106.02 -
YUV 223.81 145.6 102.46 -
System Red Green Blue C M Y K H S L
Decimal 188 236 255 0.26 0.07 0 0 197.01 1 0.87
Hex BC EC FF 1A 7 0 0 C5 64 57
Octal 274 354 377 32 7 0 0 305 144 127
Binary 10111100 11101100 11111111 11010 111 0 0 11000101 1100100 1010111

Color Harmonies of #BCECFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCECFF

Black with #BCECFF

Text Example


Text Example

White with #BCECFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCECFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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