Html Css Color HEX #BCF2FA Onahau

📋 copy color: '#BCF2FA'

red 188 ◦ green 242 ◦ blue 250

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

Shades of Onahau #BCF2FA

Tints of Onahau #BCF2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 36.76%

R = 27.65%
G = 35.59%
B = 36.76%

CMYK

 C value IS 0.25

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BCF2FA (or 0xBCF2FA) is known color: Onahau. HEX triplet: BC, F2 and FA. RGB value is (188,242,250). Sum of RGB (Red+Green+Blue) = 188+242+250=680 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.65% from 680); Green value is 242 (94.92% from 255 or 35.59% from 680); Blue value is 250 (98.05% from 255 or 36.76% from 680); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCF2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF2FA is #430D05. Grayscale: #E2E2E2. Windows color (decimal): -4394246 or 16446140. OLE color: 16446140.

HSL color Cylindrical-coordinate representation of color #BCF2FA: hue angle of 187.74º degrees, saturation: 0.86, 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 #BCF2FA is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 188 242 250 -
CMYK 0.25 0.03 0 0.02
HSL 187.74º 0.86% 0.86% -
HSV(B) 187.74º 0.25% 0.98% -
XYZ 69.75 81.1 102.42 -
YUV 226.77 141.11 100.35 -
System Red Green Blue C M Y K H S L
Decimal 188 242 250 0.25 0.03 0 0.02 187.74 0.86 0.86
Hex BC F2 FA 19 3 0 2 BC 56 56
Octal 274 362 372 31 3 0 2 274 126 126
Binary 10111100 11110010 11111010 11001 11 0 10 10111100 1010110 1010110

Color Harmonies of #BCF2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF2FA

Black with #BCF2FA

Text Example


Text Example

White with #BCF2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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