#BFF6FD

Color #BFF6FD Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #BFF6FD

Tints of Onahau #BFF6FD

Color information

#BFF6FD (or 0xBFF6FD) is unknown color: approx Onahau. HEX triplet: BF, F6 and FD. RGB value is (191,246,253). Sum of RGB (Red+Green+Blue) = 191+246+253=690 (91% of max value = 765). Red value is 191 (75% from 255 or 27.68% from 690); Green value is 246 (96.48% from 255 or 35.65% from 690); Blue value is 253 (99.22% from 255 or 36.67% from 690); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFF6FD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF6FD is #400902. Grayscale: #E6E6E6. Windows color (decimal): -4196611 or 16643775. OLE color: 16643775.

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

Color convert

RGB191246253-
CMYK0.250.0300.01
HSL186.77º93.94%87.06%-
HSV(B)186.77º24.51%99.22%-
XYZ72.1784.08105.35-
YUV230.35140.7899.93-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.68%
GREEN value IS 246 (96.48% from 255) = 35.65%
BLUE value IS 253 (99.22% from 255) = 36.67%
R=27.68%
G=35.65%
B=36.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1912462530.250.0300.01186.7793.9487.06
HexBFF6FD19301bb5e57
Octal27736637531301273136127
Binary1011111111110110111111011100111011011101110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFF6FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFF6FD; }

 p { color: rgb(191,246,253); }

 H1.HeaderClassName
 {
   color: #BFF6FD;
 }
 .AnyTagClassName
 {
   color: #BFF6FD;
 }
</style>
background-color css

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

 a { background-color: rgb(191,246,253); }

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

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

 span { border-color: rgb(191,246,253); }

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