Html Css Color HEX #BCF2FB Onahau

📋 copy color: '#BCF2FB'

red 188 ◦ green 242 ◦ blue 251

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

Shades of Onahau #BCF2FB

Tints of Onahau #BCF2FB

RGB

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

 GREEN value IS 242 (94.92% from 255) = 35.54%

 BLUE value IS 251 (98.44% from 255) = 36.86%

R = 27.61%
G = 35.54%
B = 36.86%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCF2FB (or 0xBCF2FB) is known color: Onahau. HEX triplet: BC, F2 and FB. RGB value is (188,242,251). Sum of RGB (Red+Green+Blue) = 188+242+251=681 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.61% from 681); Green value is 242 (94.92% from 255 or 35.54% from 681); Blue value is 251 (98.44% from 255 or 36.86% from 681); Max value from RGB is 251 - color contains mainly: blue. Hex color #BCF2FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF2FB is #430D04. Grayscale: #E2E2E2. Windows color (decimal): -4394245 or 16511676. OLE color: 16511676.

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

Color convert

RGB 188 242 251 -
CMYK 0.25 0.04 0 0.02
HSL 188.57º 0.89% 0.86% -
HSV(B) 188.57º 0.25% 0.98% -
XYZ 69.9 81.16 103.25 -
YUV 226.88 141.61 100.27 -
System Red Green Blue C M Y K H S L
Decimal 188 242 251 0.25 0.04 0 0.02 188.57 0.89 0.86
Hex BC F2 FB 19 4 0 2 BD 59 56
Octal 274 362 373 31 4 0 2 275 131 126
Binary 10111100 11110010 11111011 11001 100 0 10 10111101 1011001 1010110

Color Harmonies of #BCF2FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF2FB

Black with #BCF2FB

Text Example


Text Example

White with #BCF2FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF2FB; }

 p { color: rgb(188,242,251); }

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

background-color css

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

 a { background-color: rgb(188,242,251); }

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

border-color css

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

 span { border-color: rgb(188,242,251); }

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