Html Css Color HEX #BCF1FA Onahau

📋 copy color: '#BCF1FA'

red 188 ◦ green 241 ◦ blue 250

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

Shades of Onahau #BCF1FA

Tints of Onahau #BCF1FA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.49%

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

R = 27.69%
G = 35.49%
B = 36.82%

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

#BCF1FA (or 0xBCF1FA) is known color: Onahau. HEX triplet: BC, F1 and FA. RGB value is (188,241,250). Sum of RGB (Red+Green+Blue) = 188+241+250=679 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.69% from 679); Green value is 241 (94.53% from 255 or 35.49% from 679); Blue value is 250 (98.05% from 255 or 36.82% from 679); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCF1FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF1FA is #430E05. Grayscale: #E2E2E2. Windows color (decimal): -4394502 or 16445884. OLE color: 16445884.

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

Color convert

RGB 188 241 250 -
CMYK 0.25 0.04 0 0.02
HSL 188.71º 0.86% 0.86% -
HSV(B) 188.71º 0.25% 0.98% -
XYZ 69.45 80.5 102.32 -
YUV 226.18 141.44 100.77 -
System Red Green Blue C M Y K H S L
Decimal 188 241 250 0.25 0.04 0 0.02 188.71 0.86 0.86
Hex BC F1 FA 19 4 0 2 BD 56 56
Octal 274 361 372 31 4 0 2 275 126 126
Binary 10111100 11110001 11111010 11001 100 0 10 10111101 1010110 1010110

Color Harmonies of #BCF1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF1FA

Black with #BCF1FA

Text Example


Text Example

White with #BCF1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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