Html Css Color HEX #BCF0FA Onahau

📋 copy color: '#BCF0FA'

red 188 ◦ green 240 ◦ blue 250

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

Shades of Onahau #BCF0FA

Tints of Onahau #BCF0FA

RGB

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

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

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

R = 27.73%
G = 35.4%
B = 36.87%

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

#BCF0FA (or 0xBCF0FA) is known color: Onahau. HEX triplet: BC, F0 and FA. RGB value is (188,240,250). Sum of RGB (Red+Green+Blue) = 188+240+250=678 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.73% from 678); Green value is 240 (94.14% from 255 or 35.40% from 678); Blue value is 250 (98.05% from 255 or 36.87% from 678); Max value from RGB is 250 - color contains mainly: blue. Hex color #BCF0FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF0FA is #430F05. Grayscale: #E1E1E1. Windows color (decimal): -4394758 or 16445628. OLE color: 16445628.

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

Color convert

RGB 188 240 250 -
CMYK 0.25 0.04 0 0.02
HSL 189.68º 0.86% 0.86% -
HSV(B) 189.68º 0.25% 0.98% -
XYZ 69.15 79.91 102.22 -
YUV 225.59 141.77 101.19 -
System Red Green Blue C M Y K H S L
Decimal 188 240 250 0.25 0.04 0 0.02 189.68 0.86 0.86
Hex BC F0 FA 19 4 0 2 BE 56 56
Octal 274 360 372 31 4 0 2 276 126 126
Binary 10111100 11110000 11111010 11001 100 0 10 10111110 1010110 1010110

Color Harmonies of #BCF0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF0FA

Black with #BCF0FA

Text Example


Text Example

White with #BCF0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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