Html Css Color HEX #BCF0F7 Onahau

📋 copy color: '#BCF0F7'

red 188 ◦ green 240 ◦ blue 247

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

Shades of Onahau #BCF0F7

Tints of Onahau #BCF0F7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 36.59%

R = 27.85%
G = 35.56%
B = 36.59%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BCF0F7 (or 0xBCF0F7) is known color: Onahau. HEX triplet: BC, F0 and F7. RGB value is (188,240,247). Sum of RGB (Red+Green+Blue) = 188+240+247=675 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.85% from 675); Green value is 240 (94.14% from 255 or 35.56% from 675); Blue value is 247 (96.88% from 255 or 36.59% from 675); Max value from RGB is 247 - color contains mainly: blue. Hex color #BCF0F7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF0F7 is #430F08. Grayscale: #E1E1E1. Windows color (decimal): -4394761 or 16249020. OLE color: 16249020.

HSL color Cylindrical-coordinate representation of color #BCF0F7: hue angle of 187.12º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCF0F7 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 188 240 247 -
CMYK 0.24 0.03 0 0.03
HSL 187.12º 0.79% 0.85% -
HSV(B) 187.12º 0.24% 0.97% -
XYZ 68.69 79.73 99.76 -
YUV 225.25 140.27 101.43 -
System Red Green Blue C M Y K H S L
Decimal 188 240 247 0.24 0.03 0 0.03 187.12 0.79 0.85
Hex BC F0 F7 18 3 0 3 BB 4F 55
Octal 274 360 367 30 3 0 3 273 117 125
Binary 10111100 11110000 11110111 11000 11 0 11 10111011 1001111 1010101

Color Harmonies of #BCF0F7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF0F7

Black with #BCF0F7

Text Example


Text Example

White with #BCF0F7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF0F7; }

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

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

background-color css

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

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

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

border-color css

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

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

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