Html Css Color HEX #BCF0FC Onahau

📋 copy color: '#BCF0FC'

red 188 ◦ green 240 ◦ blue 252

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

Shades of Onahau #BCF0FC

Tints of Onahau #BCF0FC

RGB

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

 GREEN value IS 240 (94.14% from 255) = 35.29%

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

R = 27.65%
G = 35.29%
B = 37.06%

CMYK

 C value IS 0.25

 M value IS 0.05

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCF0FC (or 0xBCF0FC) is known color: Onahau. HEX triplet: BC, F0 and FC. RGB value is (188,240,252). Sum of RGB (Red+Green+Blue) = 188+240+252=680 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.65% from 680); Green value is 240 (94.14% from 255 or 35.29% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCF0FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF0FC is #430F03. Grayscale: #E1E1E1. Windows color (decimal): -4394756 or 16576700. OLE color: 16576700.

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

Color convert

RGB 188 240 252 -
CMYK 0.25 0.05 0 0.01
HSL 191.25º 0.91% 0.86% -
HSV(B) 191.25º 0.25% 0.99% -
XYZ 69.47 80.04 103.88 -
YUV 225.82 142.77 101.02 -
System Red Green Blue C M Y K H S L
Decimal 188 240 252 0.25 0.05 0 0.01 191.25 0.91 0.86
Hex BC F0 FC 19 5 0 1 BF 5B 56
Octal 274 360 374 31 5 0 1 277 133 126
Binary 10111100 11110000 11111100 11001 101 0 1 10111111 1011011 1010110

Color Harmonies of #BCF0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF0FC

Black with #BCF0FC

Text Example


Text Example

White with #BCF0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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