Html Css Color HEX #BCF1FE Onahau

📋 copy color: '#BCF1FE'

red 188 ◦ green 241 ◦ blue 254

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

Shades of Onahau #BCF1FE

Tints of Onahau #BCF1FE

RGB

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

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

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

R = 27.53%
G = 35.29%
B = 37.19%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BCF1FE (or 0xBCF1FE) is known color: Onahau. HEX triplet: BC, F1 and FE. RGB value is (188,241,254). Sum of RGB (Red+Green+Blue) = 188+241+254=683 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.53% from 683); Green value is 241 (94.53% from 255 or 35.29% from 683); Blue value is 254 (99.61% from 255 or 37.19% from 683); Max value from RGB is 254 - color contains mainly: blue. Hex color #BCF1FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF1FE is #430E01. Grayscale: #E2E2E2. Windows color (decimal): -4394498 or 16708028. OLE color: 16708028.

HSL color Cylindrical-coordinate representation of color #BCF1FE: hue angle of 191.82º 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 #BCF1FE is Cyan = 0.26, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 188 241 254 -
CMYK 0.26 0.05 0 0.00
HSL 191.82º 0.97% 0.87% -
HSV(B) 191.82º 0.26% 1% -
XYZ 70.08 80.76 105.66 -
YUV 226.64 143.44 100.44 -
System Red Green Blue C M Y K H S L
Decimal 188 241 254 0.26 0.05 0 0.00 191.82 0.97 0.87
Hex BC F1 FE 1A 5 0 0 C0 61 57
Octal 274 361 376 32 5 0 0 300 141 127
Binary 10111100 11110001 11111110 11010 101 0 0 11000000 1100001 1010111

Color Harmonies of #BCF1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF1FE

Black with #BCF1FE

Text Example


Text Example

White with #BCF1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF1FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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