Html Css Color HEX #BCF267 Sulu

📋 copy color: '#BCF267'

red 188 ◦ green 242 ◦ blue 103

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

Shades of Sulu #BCF267

Tints of Sulu #BCF267

RGB

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

 GREEN value IS 242 (94.92% from 255) = 45.4%

 BLUE value IS 103 (40.63% from 255) = 19.32%

R = 35.27%
G = 45.4%
B = 19.32%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.57

 K value IS 0.05

RGB Variations

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

Color information

#BCF267 (or 0xBCF267) is known color: Sulu. HEX triplet: BC, F2 and 67. RGB value is (188,242,103). Sum of RGB (Red+Green+Blue) = 188+242+103=533 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.27% from 533); Green value is 242 (94.92% from 255 or 45.40% from 533); Blue value is 103 (40.62% from 255 or 19.32% from 533); Max value from RGB is 242 - color contains mainly: green. Hex color #BCF267 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BCF267 is #430D98. Grayscale: #D2D2D2. Windows color (decimal): -4394393 or 6812348. OLE color: 6812348.

HSL color Cylindrical-coordinate representation of color #BCF267: hue angle of 83.31º degrees, saturation: 0.84, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCF267 is Cyan = 0.22, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.

Color convert

RGB 188 242 103 -
CMYK 0.22 0 0.57 0.05
HSL 83.31º 0.84% 0.68% -
HSV(B) 83.31º 0.57% 0.95% -
XYZ 54.94 75.17 24.45 -
YUV 210.01 67.61 112.3 -
System Red Green Blue C M Y K H S L
Decimal 188 242 103 0.22 0 0.57 0.05 83.31 0.84 0.68
Hex BC F2 67 16 0 39 5 53 54 44
Octal 274 362 147 26 0 71 5 123 124 104
Binary 10111100 11110010 1100111 10110 0 111001 101 1010011 1010100 1000100

Color Harmonies of #BCF267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCF267

Black with #BCF267

Text Example


Text Example

White with #BCF267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCF267; }

 p { color: rgb(188,242,103); }

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

background-color css

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

 a { background-color: rgb(188,242,103); }

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

border-color css

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

 span { border-color: rgb(188,242,103); }

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