Html Css Color HEX #BCF1FC Onahau

📋 copy color: '#BCF1FC'

red 188 ◦ green 241 ◦ blue 252

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

Shades of Onahau #BCF1FC

Tints of Onahau #BCF1FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 37%

R = 27.61%
G = 35.39%
B = 37%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCF1FC (or 0xBCF1FC) is known color: Onahau. HEX triplet: BC, F1 and FC. RGB value is (188,241,252). Sum of RGB (Red+Green+Blue) = 188+241+252=681 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.61% from 681); Green value is 241 (94.53% from 255 or 35.39% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: blue. Hex color #BCF1FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF1FC is #430E03. Grayscale: #E2E2E2. Windows color (decimal): -4394500 or 16576956. OLE color: 16576956.

HSL color Cylindrical-coordinate representation of color #BCF1FC: hue angle of 190.31º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCF1FC is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 188 241 252 -
CMYK 0.25 0.04 0 0.01
HSL 190.31º 0.91% 0.86% -
HSV(B) 190.31º 0.25% 0.99% -
XYZ 69.77 80.63 103.98 -
YUV 226.41 142.44 100.61 -
System Red Green Blue C M Y K H S L
Decimal 188 241 252 0.25 0.04 0 0.01 190.31 0.91 0.86
Hex BC F1 FC 19 4 0 1 BE 5B 56
Octal 274 361 374 31 4 0 1 276 133 126
Binary 10111100 11110001 11111100 11001 100 0 1 10111110 1011011 1010110

Color Harmonies of #BCF1FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF1FC

Black with #BCF1FC

Text Example


Text Example

White with #BCF1FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF1FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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