Html Css Color HEX #BCDFF5 Onahau

📋 copy color: '#BCDFF5'

red 188 ◦ green 223 ◦ blue 245

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

Shades of Onahau #BCDFF5

Tints of Onahau #BCDFF5

RGB

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

 GREEN value IS 223 (87.5% from 255) = 33.99%

 BLUE value IS 245 (96.09% from 255) = 37.35%

R = 28.66%
G = 33.99%
B = 37.35%

CMYK

 C value IS 0.23

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BCDFF5 (or 0xBCDFF5) is known color: Onahau. HEX triplet: BC, DF and F5. RGB value is (188,223,245). Sum of RGB (Red+Green+Blue) = 188+223+245=656 (86% of max value = 765). Red value is 188 (73.83% from 255 or 28.66% from 656); Green value is 223 (87.5% from 255 or 33.99% from 656); Blue value is 245 (96.09% from 255 or 37.35% from 656); Max value from RGB is 245 - color contains mainly: blue. Hex color #BCDFF5 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDFF5 is #43200A. Grayscale: #D6D6D6. Windows color (decimal): -4399115 or 16113596. OLE color: 16113596.

HSL color Cylindrical-coordinate representation of color #BCDFF5: hue angle of 203.16º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCDFF5 is Cyan = 0.23, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 188 223 245 -
CMYK 0.23 0.09 0 0.04
HSL 203.16º 0.74% 0.85% -
HSV(B) 203.16º 0.23% 0.96% -
XYZ 63.61 70.06 96.56 -
YUV 215.04 144.9 108.71 -
System Red Green Blue C M Y K H S L
Decimal 188 223 245 0.23 0.09 0 0.04 203.16 0.74 0.85
Hex BC DF F5 17 9 0 4 CB 4A 55
Octal 274 337 365 27 11 0 4 313 112 125
Binary 10111100 11011111 11110101 10111 1001 0 100 11001011 1001010 1010101

Color Harmonies of #BCDFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDFF5

Black with #BCDFF5

Text Example


Text Example

White with #BCDFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDFF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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