Html Css Color HEX #BCF5FF Onahau

📋 copy color: '#BCF5FF'

red 188 ◦ green 245 ◦ blue 255

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

Shades of Onahau #BCF5FF

Tints of Onahau #BCF5FF

RGB

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

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

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

R = 27.33%
G = 35.61%
B = 37.06%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BCF5FF (or 0xBCF5FF) is known color: Onahau. HEX triplet: BC, F5 and FF. RGB value is (188,245,255). Sum of RGB (Red+Green+Blue) = 188+245+255=688 (91% of max value = 765). Red value is 188 (73.83% from 255 or 27.33% from 688); Green value is 245 (96.09% from 255 or 35.61% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #BCF5FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCF5FF is #430A00. Grayscale: #E5E5E5. Windows color (decimal): -4393473 or 16774588. OLE color: 16774588.

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

Color convert

RGB 188 245 255 -
CMYK 0.26 0.04 0 0
HSL 188.96º 1% 0.87% -
HSV(B) 188.96º 0.26% 1% -
XYZ 71.44 83.22 106.9 -
YUV 229.1 142.62 98.69 -
System Red Green Blue C M Y K H S L
Decimal 188 245 255 0.26 0.04 0 0 188.96 1 0.87
Hex BC F5 FF 1A 4 0 0 BD 64 57
Octal 274 365 377 32 4 0 0 275 144 127
Binary 10111100 11110101 11111111 11010 100 0 0 10111101 1100100 1010111

Color Harmonies of #BCF5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF5FF

Black with #BCF5FF

Text Example


Text Example

White with #BCF5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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