Html Css Color HEX #BCEBFC Onahau

📋 copy color: '#BCEBFC'

red 188 ◦ green 235 ◦ blue 252

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

Shades of Onahau #BCEBFC

Tints of Onahau #BCEBFC

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.81%

 BLUE value IS 252 (98.83% from 255) = 37.33%

R = 27.85%
G = 34.81%
B = 37.33%

CMYK

 C value IS 0.25

 M value IS 0.07

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCEBFC (or 0xBCEBFC) is known color: Onahau. HEX triplet: BC, EB and FC. RGB value is (188,235,252). Sum of RGB (Red+Green+Blue) = 188+235+252=675 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.85% from 675); Green value is 235 (92.19% from 255 or 34.81% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCEBFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEBFC is #431403. Grayscale: #DEDEDE. Windows color (decimal): -4396036 or 16575420. OLE color: 16575420.

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

Color convert

RGB 188 235 252 -
CMYK 0.25 0.07 0 0.01
HSL 195.94º 0.91% 0.86% -
HSV(B) 195.94º 0.25% 0.99% -
XYZ 68.02 77.14 103.4 -
YUV 222.89 144.43 103.12 -
System Red Green Blue C M Y K H S L
Decimal 188 235 252 0.25 0.07 0 0.01 195.94 0.91 0.86
Hex BC EB FC 19 7 0 1 C4 5B 56
Octal 274 353 374 31 7 0 1 304 133 126
Binary 10111100 11101011 11111100 11001 111 0 1 11000100 1011011 1010110

Color Harmonies of #BCEBFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEBFC

Black with #BCEBFC

Text Example


Text Example

White with #BCEBFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEBFC; }

 p { color: rgb(188,235,252); }

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

background-color css

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

 a { background-color: rgb(188,235,252); }

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

border-color css

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

 span { border-color: rgb(188,235,252); }

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