Html Css Color HEX #BCEDFD Onahau

📋 copy color: '#BCEDFD'

red 188 ◦ green 237 ◦ blue 253

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

Shades of Onahau #BCEDFD

Tints of Onahau #BCEDFD

RGB

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

 GREEN value IS 237 (92.97% from 255) = 34.96%

 BLUE value IS 253 (99.22% from 255) = 37.32%

R = 27.73%
G = 34.96%
B = 37.32%

CMYK

 C value IS 0.26

 M value IS 0.06

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BCEDFD (or 0xBCEDFD) is known color: Onahau. HEX triplet: BC, ED and FD. RGB value is (188,237,253). Sum of RGB (Red+Green+Blue) = 188+237+253=678 (89% of max value = 765). Red value is 188 (73.83% from 255 or 27.73% from 678); Green value is 237 (92.97% from 255 or 34.96% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #BCEDFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BCEDFD is #431202. Grayscale: #E0E0E0. Windows color (decimal): -4395523 or 16641468. OLE color: 16641468.

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

Color convert

RGB 188 237 253 -
CMYK 0.26 0.06 0 0.01
HSL 194.77º 0.94% 0.86% -
HSV(B) 194.77º 0.26% 0.99% -
XYZ 68.75 78.35 104.43 -
YUV 224.17 144.27 102.2 -
System Red Green Blue C M Y K H S L
Decimal 188 237 253 0.26 0.06 0 0.01 194.77 0.94 0.86
Hex BC ED FD 1A 6 0 1 C3 5E 56
Octal 274 355 375 32 6 0 1 303 136 126
Binary 10111100 11101101 11111101 11010 110 0 1 11000011 1011110 1010110

Color Harmonies of #BCEDFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCEDFD

Black with #BCEDFD

Text Example


Text Example

White with #BCEDFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCEDFD; }

 p { color: rgb(188,237,253); }

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

background-color css

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

 a { background-color: rgb(188,237,253); }

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

border-color css

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

 span { border-color: rgb(188,237,253); }

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