Html Css Color HEX #BCF1FF Onahau

📋 copy color: '#BCF1FF'

red 188 ◦ green 241 ◦ blue 255

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

Shades of Onahau #BCF1FF

Tints of Onahau #BCF1FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 37.28%

R = 27.49%
G = 35.23%
B = 37.28%

CMYK

 C value IS 0.26

 M value IS 0.05

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BCF1FF (or 0xBCF1FF) is known color: Onahau. HEX triplet: BC, F1 and FF. RGB value is (188,241,255). Sum of RGB (Red+Green+Blue) = 188+241+255=684 (90% of max value = 765). Red value is 188 (73.83% from 255 or 27.49% from 684); Green value is 241 (94.53% from 255 or 35.23% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCF1FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF1FF is #430E00. Grayscale: #E2E2E2. Windows color (decimal): -4394497 or 16773564. OLE color: 16773564.

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

Color convert

RGB 188 241 255 -
CMYK 0.26 0.05 0 0
HSL 192.54º 1% 0.87% -
HSV(B) 192.54º 0.26% 1% -
XYZ 70.24 80.82 106.51 -
YUV 226.75 143.94 100.36 -
System Red Green Blue C M Y K H S L
Decimal 188 241 255 0.26 0.05 0 0 192.54 1 0.87
Hex BC F1 FF 1A 5 0 0 C1 64 57
Octal 274 361 377 32 5 0 0 301 144 127
Binary 10111100 11110001 11111111 11010 101 0 0 11000001 1100100 1010111

Color Harmonies of #BCF1FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF1FF

Black with #BCF1FF

Text Example


Text Example

White with #BCF1FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF1FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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