Html Css Color HEX #BCF5FE Onahau

📋 copy color: '#BCF5FE'

red 188 ◦ green 245 ◦ blue 254

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

Shades of Onahau #BCF5FE

Tints of Onahau #BCF5FE

RGB

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

 GREEN value IS 245 (96.09% from 255) = 35.66%

 BLUE value IS 254 (99.61% from 255) = 36.97%

R = 27.37%
G = 35.66%
B = 36.97%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BCF5FE (or 0xBCF5FE) is known color: Onahau. HEX triplet: BC, F5 and FE. RGB value is (188,245,254). Sum of RGB (Red+Green+Blue) = 188+245+254=687 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.37% from 687); Green value is 245 (96.09% from 255 or 35.66% from 687); Blue value is 254 (99.61% from 255 or 36.97% from 687); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCF5FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF5FE is #430A01. Grayscale: #E4E4E4. Windows color (decimal): -4393474 or 16709052. OLE color: 16709052.

HSL color Cylindrical-coordinate representation of color #BCF5FE: hue angle of 188.18º degrees, saturation: 0.97, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCF5FE is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 245 254 -
CMYK 0.26 0.04 0 0.00
HSL 188.18º 0.97% 0.87% -
HSV(B) 188.18º 0.26% 1% -
XYZ 71.28 83.15 106.06 -
YUV 228.98 142.12 98.77 -
System Red Green Blue C M Y K H S L
Decimal 188 245 254 0.26 0.04 0 0.00 188.18 0.97 0.87
Hex BC F5 FE 1A 4 0 0 BC 61 57
Octal 274 365 376 32 4 0 0 274 141 127
Binary 10111100 11110101 11111110 11010 100 0 0 10111100 1100001 1010111

Color Harmonies of #BCF5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF5FE

Black with #BCF5FE

Text Example


Text Example

White with #BCF5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF5FE; }

 p { color: rgb(188,245,254); }

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

background-color css

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

 a { background-color: rgb(188,245,254); }

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

border-color css

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

 span { border-color: rgb(188,245,254); }

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