#bff4ff

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

Shades of Onahau #BFF4FF

Tints of Onahau #BFF4FF

Color information

#BFF4FF (or 0xBFF4FF) is unknown color: approx Onahau. HEX triplet: BF, F4 and FF. RGB value is (191,244,255). Sum of RGB (Red+Green+Blue) = 191+244+255=690 (91% of max value = 765). Red value is 191 (75% from 255 or 27.68% from 690); Green value is 244 (95.70% from 255 or 35.36% from 690); Blue value is 255 (100% from 255 or 36.96% from 690); Max value from RGB is 255 - color contains mainly: blue. Hex color #BFF4FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BFF4FF is #400B00. Grayscale: #E5E5E5. Windows color (decimal): -4197121 or 16774335. OLE color: 16774335.

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

Color convert

RGB191244255-
CMYK0.250.0400
HSL190.31º100%87.45%-
HSV(B)190.31º25.1%100%-
XYZ71.8983106.84-
YUV229.41142.44100.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 27.68%
GREEN value IS 244 (95.70% from 255) = 35.36%
BLUE value IS 255 (100% from 255) = 36.96%
R=27.68%
G=35.36%
B=36.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1912442550.250.0400190.3110087.45
HexBFF4FF19400be6457
Octal27736437731400276144127
Binary10111111111101001111111111001100001011111011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bff4ff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bff4ff; }

 p { color: rgb(191,244,255); }

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

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

 a { background-color: rgb(191,244,255); }

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

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

 span { border-color: rgb(191,244,255); }

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